summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2013-02-22 17:39:38 -0800
committerKen Sumrall <ksumrall@android.com>2013-02-22 17:43:20 -0800
commit68f6a132bac691c60740cd4e72342242a4ddb503 (patch)
tree289cef7515a4e10901201aaf1198f5cae4d8664b
parent8bdf5a4c1ef5a88c6761b64d305818546a88bdb7 (diff)
downloadtilapia-68f6a132bac691c60740cd4e72342242a4ddb503.tar.gz
Separate the fstab file between grouper and tilapia
Because tilapia has the radio image partition which recovery knows how to update, we can no longer have a unified fstab for the two products. Change-Id: I7d4c3bf53d849e719905d5ddad46c7611524ed10
-rw-r--r--BoardConfig.mk2
-rw-r--r--device.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 11821cd..5c47707 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -40,3 +40,5 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/asus/tilapia
-include vendor/asus/tilapia/BoardConfigVendor.mk
include device/asus/grouper/BoardConfigCommon.mk
+
+TARGET_RECOVERY_FSTAB = device/asus/tilapia/fstab.grouper
diff --git a/device.mk b/device.mk
index 1b81689..e621466 100644
--- a/device.mk
+++ b/device.mk
@@ -20,6 +20,7 @@ PRODUCT_PACKAGES := \
BasicSmsReceiver
PRODUCT_COPY_FILES := \
+ device/asus/tilapia/fstab.grouper:root/fstab.grouper \
device/asus/tilapia/init.tilapia.rc:root/init.grouper.rc
DEVICE_PACKAGE_OVERLAYS := \