summaryrefslogtreecommitdiff
path: root/aosp_sailfish.mk
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2017-03-08 18:05:05 +0800
committerBowgo Tsai <bowgotsai@google.com>2017-03-11 11:46:30 +0800
commit03f297713036576a60f7a3cbc96e3f7b8bc0f677 (patch)
treed94c23a94aca28592bc1b7ef847f864f317d25c1 /aosp_sailfish.mk
parenta93f74a265765a13a1d39635c342c9b970a40633 (diff)
Move fstab files to /vendor/etc/.
fstab.${ro.hardware} contains SoC-specific settings and should be moved to vendor partition. Note that this commit depends on the following changes: https://android-review.googlesource.com/#/q/topic:fstab_relocation Bug: 35811655 Test: boot sailfish, checks fstab is moved to /vendor/etc/fstab.sailfish Test: boot sailfish, checks that 'adb disable-verity' and 'adb enable-verity' can work by checking property: - partition.system.verified - partition.vendor.veerified Test: boot marlin, do the same tests as above Change-Id: I801502f96515f0fd74026c4cabf59ef680e49779
Diffstat (limited to 'aosp_sailfish.mk')
-rw-r--r--aosp_sailfish.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp_sailfish.mk b/aosp_sailfish.mk
index e3f77fc7..d24877ae 100644
--- a/aosp_sailfish.mk
+++ b/aosp_sailfish.mk
@@ -31,7 +31,7 @@ PRODUCT_MODEL := AOSP on msm8996
PRODUCT_MANUFACTURER := google
PRODUCT_RESTRICT_VENDOR_FILES := true
-PRODUCT_COPY_FILES += device/google/marlin/fstab.aosp_common:root/fstab.sailfish
+PRODUCT_COPY_FILES += device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sailfish
$(call inherit-product, device/google/marlin/device-sailfish.mk)
$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor-sailfish.mk)