16kb: Select proper fstab for targets that only boot 16kb kernels
The 16kb kernels need to select the fstab that has this configurations: - data partition: fstab - metadata partition: ext4 Bug: 350101696 Test: Built zumapro target and checked mounted partitions Flag: EXEMPT bugfix Change-Id: I2fc82946cdbadee7af0b3f6fc026b846fa79a146
This commit is contained in:
parent
a14c143c45
commit
7e4d66612d
1 changed files with 4 additions and 1 deletions
|
@ -457,7 +457,10 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/zumapro/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.zuma.rc
|
device/google/zumapro/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.zuma.rc
|
||||||
|
|
||||||
# Fstab files
|
# Fstab files
|
||||||
ifeq (ext4,$(TARGET_RW_FILE_SYSTEM_TYPE))
|
ifeq (true,$(TARGET_BOOTS_16K))
|
||||||
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
|
device/google/zumapro/conf/fs-16kb
|
||||||
|
else ifeq (ext4,$(TARGET_RW_FILE_SYSTEM_TYPE))
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
device/google/zumapro/conf/ext4
|
device/google/zumapro/conf/ext4
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue