diff options
| author | Bowgo Tsai <bowgotsai@google.com> | 2017-03-08 18:05:05 +0800 |
|---|---|---|
| committer | Bowgo Tsai <bowgotsai@google.com> | 2017-03-11 11:46:30 +0800 |
| commit | 03f297713036576a60f7a3cbc96e3f7b8bc0f677 (patch) | |
| tree | d94c23a94aca28592bc1b7ef847f864f317d25c1 /aosp_sailfish.mk | |
| parent | a93f74a265765a13a1d39635c342c9b970a40633 (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.mk | 2 |
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) |
