sm8350-common: Add support for vendor_boot
This enables boot header v3 which creates a vendor_boot images that holds the vendor kernel modules. Signed-off-by: Will McVicker <willmcvicker@google.com> Fixes: 151949371 Test: boot, verify vendor_boot ramdisk is loaded, check lsmod Change-Id: Ia1b7df306d3a9f0e2f1f3ec8e7c2547da0b07596
This commit is contained in:
parent
f9ba3937a7
commit
f6f7e210d6
3 changed files with 16 additions and 4 deletions
|
|
@ -5,9 +5,19 @@ LOCAL_MODULE := fstab.qcom
|
|||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/fstab.qcom
|
||||
LOCAL_REQUIRED_MODULES := fstab.qcom.first_stage_ramdisk
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := fstab.qcom.first_stage_ramdisk
|
||||
LOCAL_MODULE_STEM := fstab.qcom
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/fstab.qcom
|
||||
LOCAL_MODULE_PATH := $(TARGET_VENDOR_RAMDISK_OUT)/first_stage_ramdisk
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.class_main.sh
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue