diff options
| author | Varun Chitre <varun.chitre15@gmail.com> | 2015-05-11 10:34:49 -0400 |
|---|---|---|
| committer | Varun Chitre <varun.chitre15@gmail.com> | 2015-05-11 10:34:49 -0400 |
| commit | e3c29b449f201c1c1546cff0e1bc36ac433097e4 (patch) | |
| tree | 7348475cbb27a23080873c18e27c2adccef66e4e | |
| parent | 7e48e5c784991c8057f4e3a25f943dd0a54b7955 (diff) | |
sprout : use full fstab path
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7c5bbf7..865d0a7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,4 +19,4 @@ TARGET_OTA_ASSERT_DEVICE := sprout,sprout4 -TARGET_RECOVERY_FSTAB := $(LOCAL_PATH)/rootdir/root/fstab.sprout +TARGET_RECOVERY_FSTAB := device/google/sprout4/rootdir/root/fstab.sprout |
