Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8212365d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Convert cmds/device_config/Android.mk file to Android.bp" am: 35f1fb7f am: da0482d7 am: 075cbbf4 am: ce91f22d am: ec8f94ce

Change-Id: Id656f23c63a73f9839732d464eb51ceb424ced45
parents 62d25431 ec8f94ce
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
// Copyright 2018 The Android Open Source Project
//

sh_binary {
    name: "device_config",
    src: "device_config",
}

cmds/device_config/Android.mk

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
# 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)