summaryrefslogtreecommitdiff
path: root/aosp_sailfish.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-22 06:51:23 -0700
committerTao Bao <tbao@google.com>2017-03-22 07:07:43 -0700
commitd037710937d1c15c2d5c70f06f752799e77eaf60 (patch)
tree91b8a8bb6a5281188bfc868d756640653eacfc69 /aosp_sailfish.mk
parentc2750e5529388dc4a7354a5ff8aee8e5fb1d2e45 (diff)
downloadmarlin-d037710937d1c15c2d5c70f06f752799e77eaf60.tar.gz
Revert "Move fstab files to /vendor/etc/."
This reverts commit 03f297713036576a60f7a3cbc96e3f7b8bc0f677. recovery fails to find /misc while it tries to load from /fstab.sailfish. Bug: 35811655 Bug: 36502022 Test: boot into recovery on sailfish. No "failed to find /misc partition" message. Change-Id: I6552411e601372ce3cfb11f6c9dff9fcf6ead384
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 d24877ae..e3f77fc7 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.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sailfish
+PRODUCT_COPY_FILES += device/google/marlin/fstab.aosp_common:root/fstab.sailfish
$(call inherit-product, device/google/marlin/device-sailfish.mk)
$(call inherit-product-if-exists, vendor/google_devices/marlin/device-vendor-sailfish.mk)