Merge "Convert cmds/device_config/Android.mk file to Android.bp" am: 35f1fb7ff4 am: da0482d77a am: 075cbbf44f am: ce91f22d90

Change-Id: If5d16c435e0c6a2291a06cf01f40030606f2a1e6
This commit is contained in:
Treehugger Robot
2020-05-18 23:17:19 +00:00
committed by Automerger Merge Worker
2 changed files with 7 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
// Copyright 2018 The Android Open Source Project
//
sh_binary {
name: "device_config",
src: "device_config",
}

View File

@@ -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)