summaryrefslogtreecommitdiff
path: root/db845c
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-10-06 05:33:49 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-10-06 06:23:32 +0000
commite53665ed853fdcc6d5723e4893845cc8536e6189 (patch)
tree08d0848c80ccb1a20f2239e2c4cc26f05e478ec1 /db845c
parent70f37c65199443d2502da58ecb81a4be28d36d80 (diff)
db845c: Unify fstab files to fix issues w/ adb remount
The overlayfs remount handling of superpartitions expects the fstab to have all the partitions in it. This means we can't use the split between the ramdisk fstab and the vendor fstab that we have been previously. So this patch merges the two fstabs together. With this change "adb root; adb remount" works now. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: Iad408d5d3b1e4c9291a947cd44ee65f4aaef5c45
Diffstat (limited to 'db845c')
-rw-r--r--db845c/device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index b37e06f..c6825a3 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -23,7 +23,7 @@ $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-he
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.common:$(TARGET_COPY_OUT_RAMDISK)/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 \