Merge "Convert cmds/device_config/Android.mk file to Android.bp"
This commit is contained in:
7
cmds/device_config/Android.bp
Normal file
7
cmds/device_config/Android.bp
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
// Copyright 2018 The Android Open Source Project
|
||||||
|
//
|
||||||
|
|
||||||
|
sh_binary {
|
||||||
|
name: "device_config",
|
||||||
|
src: "device_config",
|
||||||
|
}
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
# Copyright 2018 The Android Open Source Project
|
|
||||||
#
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := device_config
|
|
||||||
LOCAL_SRC_FILES := device_config
|
|
||||||
LOCAL_MODULE_CLASS := EXECUTABLES
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
include $(BUILD_PREBUILT)
|
|
||||||
Reference in New Issue
Block a user