aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-03-04 13:01:04 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-10-29 16:23:04 +0200
commit2a7f9e49089325221b08bcf32df595214ecab759 (patch)
tree3548702788fcb56ef07f9b729f4607aa0ba3e832 /BoardConfigCommon.mk
parentcd7043e044484126ad473e13410e77fe2f01699c (diff)
downloaddevice_samsung_espressowifi-2a7f9e49089325221b08bcf32df595214ecab759.zip
device_samsung_espressowifi-2a7f9e49089325221b08bcf32df595214ecab759.tar.gz
device_samsung_espressowifi-2a7f9e49089325221b08bcf32df595214ecab759.tar.bz2
rootdir: switch to PRODUCT_COPY_FILES
Now that we don't need symlinks, we can simplify this part. Change-Id: If4ed194e04de7eeaee60929a1e8b906ffe7ed172
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index a7bf3d3..4f8956b 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -83,5 +83,5 @@ BOARD_SEPOLICY_DIRS += \
# Recovery
RECOVERY_FSTAB_VERSION := 2
-TARGET_RECOVERY_FSTAB := device/samsung/espressowifi/rootdir/etc/fstab.tab2
+TARGET_RECOVERY_FSTAB := device/samsung/espressowifi/rootdir/fstab.espresso
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"