forked from openkylin/platform_build
Remove mailin/sailfish fstab from the generic system image
fstab files are now in /vendor/etc. No need to have it in system. Bug: 36229492 Test: aosp_arm64_ab should boot in sailfish/marlin Change-Id: I9ced5361ce3e3a98722d45124ee58d4411f06273
This commit is contained in:
parent
7224a8ff83
commit
d68246c8e4
|
@ -22,14 +22,12 @@
|
|||
PRODUCT_COPY_FILES := \
|
||||
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml
|
||||
|
||||
# TODO(jiyong): remove sailfish/marlin rc and fstab files. They should be in
|
||||
# TODO(jiyong): remove sailfish/marlin rc files. They should be in
|
||||
# /vendor/etc/init after b/35269867
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/marlin/fstab.common:root/fstab.sailfish \
|
||||
device/google/marlin/init.recovery.common.rc:root/init.recovery.sailfish.rc \
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/marlin/fstab.common:root/fstab.marlin \
|
||||
device/google/marlin/init.recovery.common.rc:root/init.recovery.marlin.rc \
|
||||
|
||||
# For now, let's use marlin bootanimation as the default boot animation
|
||||
|
|
Loading…
Reference in New Issue