diff options
| author | André Pinela <sheffzor@gmail.com> | 2016-10-01 23:49:56 +0100 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2016-10-01 23:50:07 +0100 |
| commit | c178522ecc25f3041b670416f5efdb7bd29b59d8 (patch) | |
| tree | 7d241aff4ea26715272bc3c395f78f6bb02f09ce | |
| parent | 3b9bcfebdfd66efc2bc9b76b8ba94b2f635a0a4b (diff) | |
grouper: Fix a typo in TARGET_RECOVERY_FSTAB definition
Change-Id: Ic3db7f88c848286ee9980eb9b6e5ee26686971fc
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 6652dc7..aa8876b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,4 +17,4 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/asus/grouper -include vendor/asus/grouper/BoardConfigVendor.mk include device/asus/grouper/BoardConfigCommon.mk -TARGET_RECOVERY_FSTAB = device/asus/grouper/rootdir/fstab.grouper +TARGET_RECOVERY_FSTAB := device/asus/grouper/rootdir/fstab.grouper |
