From bbb804e57f2fde108eba4085623dc1bf55fffcca Mon Sep 17 00:00:00 2001 From: Yongqin Liu Date: Tue, 21 Apr 2020 17:52:44 +0800 Subject: db845c: move the normal fstab path to /vendor/etc/fstab.db845c as it is required by the GetFstabPath funtion defined here: https://android.googlesource.com/platform/system/core/+/refs/heads/master/fs_mgr/fs_mgr_fstab.cpp#411 and the fstab.ramdisk.common does not need to be copied to vendor partition. Test: boot up db845c with android-5.4 and android-mainline kernels, and tested with vts-kernel -m VtsKernelEncryptionTest Signed-off-by: Yongqin Liu Change-Id: Ib2ec7277e3b4e912546841174bdcb5638578ed33 --- db845c/device.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'db845c') diff --git a/db845c/device.mk b/db845c/device.mk index 5cdd38d..cc5b973 100644 --- a/db845c/device.mk +++ b/db845c/device.mk @@ -24,8 +24,7 @@ PRODUCT_COPY_FILES := \ $(DB845C_KERNEL_DIR)/Image.gz:kernel \ $(DB845C_KERNEL_DIR)/sdm845-db845c.dtb:dtb.img \ device/linaro/dragonboard/fstab.ramdisk.common:$(TARGET_COPY_OUT_RAMDISK)/fstab.db845c \ - device/linaro/dragonboard/fstab.ramdisk.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.db845c \ - device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/init/fstab.db845c \ + device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.db845c \ device/linaro/dragonboard/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.db845c.rc \ device/linaro/dragonboard/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.db845c.usb.rc \ device/linaro/dragonboard/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/db845c.kl -- cgit v1.2.3