device_lenovo_jd2019/rootdir/Android.mk
Giammarco Senatore b00314c9f2
jd2019: Build rootdir with makefile
blueprint doesn't work properly yet for this,
 will switch back to it in S
2021-08-06 23:42:09 +02:00

9 lines
268 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := init.lenovo.rc
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.lenovo.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)/init/hw
include $(BUILD_PREBUILT)