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

Commit bf815330 authored by Sasha Smundak's avatar Sasha Smundak
Browse files

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

See build/soong/README.md for more information.

Bug: 122332340
Test: treehugger
Change-Id: If9d673fa95b2adf7ea494c138960612ffad8e59f
parent 9b128b9d
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)