16kb: Use TARGET_BOOTS_16K to select the efs config files
Test: Build and test pgagnostic targets Bug: 350529323 Bug: 346868433 Flag: EXEMPT bugfix Change-Id: I1e0bea52de09fe3c9ee2f52b0803882456943833
This commit is contained in:
parent
bb51950bad
commit
bf9f082f67
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ PRODUCT_COPY_FILES += \
|
|||
device/google/zuma/conf/init.zuma.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.zuma.rc \
|
||||
device/google/zuma/conf/init.persist.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.persist.rc
|
||||
|
||||
ifeq (true,$(filter $(PRODUCT_BOOTS_16K) $(PRODUCT_16K_DEVELOPER_OPTION),true))
|
||||
ifeq (true,$(filter $(TARGET_BOOTS_16K) $(PRODUCT_16K_DEVELOPER_OPTION),true))
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/zuma/conf/init.efs.16k.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.efs.rc \
|
||||
device/google/$(TARGET_BOARD_PLATFORM)/conf/fstab.efs.from_data:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.efs.from_data \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue