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

Change-Id: Ibf96845708315eb8592578bb83657c0e37d899a1
This commit is contained in:
Treehugger Robot
2020-05-18 22:48:15 +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)