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

Commit 35f1fb7f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 9bb27b03 bf815330
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)