From a1d5c9b4f3c0f1f6701e649ffb0f99ad65100bfe Mon Sep 17 00:00:00 2001 From: Juan Yescas Date: Mon, 5 Aug 2024 16:50:28 -0700 Subject: [PATCH] Rename fstab.postinstall to fstab.ro.postinstall for zumapro devices Bug: 356425337 Test: $ source build/envsetup.sh $ lunch [zumapro]-trunk_staging-userdebug $ m $ ./vendor/google/tools/flashall -w Flag: EXEMPT bugfix Change-Id: I762f8d757739e8c9685df73b7e39f10b4ce25d34 --- conf/{fstab.postinstall => fstab.ro.postinstall} | 0 device.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/{fstab.postinstall => fstab.ro.postinstall} (100%) diff --git a/conf/fstab.postinstall b/conf/fstab.ro.postinstall similarity index 100% rename from conf/fstab.postinstall rename to conf/fstab.ro.postinstall diff --git a/device.mk b/device.mk index 3cb6f7d..ef76fac 100644 --- a/device.mk +++ b/device.mk @@ -1002,7 +1002,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ ro.postinstall.fstab.prefix=/product PRODUCT_COPY_FILES += \ - device/google/zumapro/conf/fstab.postinstall:$(TARGET_COPY_OUT_PRODUCT)/etc/fstab.postinstall + device/google/zumapro/conf/fstab.ro.postinstall:$(TARGET_COPY_OUT_PRODUCT)/etc/fstab.postinstall # fastbootd PRODUCT_PACKAGES += \