diff options
author | Brint E. Kriebel <bkriebel@vmware.com> | 2013-07-26 10:35:51 -0600 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-11-14 09:15:09 +0100 |
commit | f37ce018728f117d4436d041e5e068c48563b3db (patch) | |
tree | 3c180195b0988cb6c641ee95cc8fdf7657482a9e | |
parent | c4e667073ce113e621ae440ae6af62bbe0a8dc64 (diff) | |
download | device_samsung_tuna-f37ce018728f117d4436d041e5e068c48563b3db.zip device_samsung_tuna-f37ce018728f117d4436d041e5e068c48563b3db.tar.gz device_samsung_tuna-f37ce018728f117d4436d041e5e068c48563b3db.tar.bz2 |
recovery: Set RECOVERY_FSTAB_VERSION
Tuna devices use the new recovery.fstab format, set
RECOVERY_FSTAB_VERSION=2 to indicate this.
Change-Id: I3284b345480d7db6458270eca56ed8e5b8dbd2c4
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 2b9b2ea..6a47aed 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -51,6 +51,9 @@ USE_OPENGL_RENDERER := true # set if the target supports FBIO_WAITFORVSYNC TARGET_HAS_WAITFORVSYNC := true +# use the new recovery.fstab format +RECOVERY_FSTAB_VERSION=2 + TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" TARGET_RECOVERY_UI_LIB := librecovery_ui_tuna |