summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--device.mk5
-rw-r--r--einstein.mk10
-rw-r--r--recovery/recovery.fstab29
3 files changed, 29 insertions, 15 deletions
diff --git a/einstein.mk b/einstein.mk
index 6e05176..6e50946 100644
--- a/einstein.mk
+++ b/einstein.mk
@@ -204,18 +204,8 @@ PRODUCT_PACKAGES += \
slideshow
endif
-ifeq ($(BOARD_BUILD_SYSTEM_ROOT_IMAGE), true)
PRODUCT_COPY_FILES += \
device/amlogic/einstein/fstab.system.amlogic:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.amlogic
-else
-ifneq ($(BOARD_USES_RECOVERY_AS_BOOT), true)
-PRODUCT_COPY_FILES += \
- device/amlogic/einstein/fstab.amlogic:root/fstab.amlogic
-else
-PRODUCT_COPY_FILES += \
- device/amlogic/einstein/fstab.amlogic:recovery/root/fstab.amlogic
-endif
-endif
#########################################################################
#