jd2019: Build rootdir with makefile
blueprint doesn't work properly yet for this, will switch back to it in S
This commit is contained in:
parent
ac2be0b074
commit
b00314c9f2
2 changed files with 9 additions and 6 deletions
9
rootdir/Android.mk
Normal file
9
rootdir/Android.mk
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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)
|
|
@ -1,6 +0,0 @@
|
||||||
prebuilt_etc {
|
|
||||||
name: "init.lenovo.rc",
|
|
||||||
src: "init.lenovo.rc",
|
|
||||||
sub_dir: "init/hw",
|
|
||||||
vendor: true,
|
|
||||||
}
|
|
Loading…
Reference in a new issue