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:
Giammarco Senatore 2021-08-06 23:42:09 +02:00
parent ac2be0b074
commit b00314c9f2
No known key found for this signature in database
GPG key ID: 661348FC1E144F04
2 changed files with 9 additions and 6 deletions

9
rootdir/Android.mk Normal file
View 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)

View file

@ -1,6 +0,0 @@
prebuilt_etc {
name: "init.lenovo.rc",
src: "init.lenovo.rc",
sub_dir: "init/hw",
vendor: true,
}