diff options
author | Michael Limb <something15525@gmail.com> | 2013-11-12 01:36:48 -0800 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-13 00:26:42 +0100 |
commit | f447a30ef71e4d9b344205f34a57d7fc3c2ddcd6 (patch) | |
tree | 9e7124d2c48331a6daaf50f5748287633b7983fd | |
parent | f7532878c755a9562359e8055b7efb13759fc08d (diff) | |
download | device_samsung_tuna-f447a30ef71e4d9b344205f34a57d7fc3c2ddcd6.zip device_samsung_tuna-f447a30ef71e4d9b344205f34a57d7fc3c2ddcd6.tar.gz device_samsung_tuna-f447a30ef71e4d9b344205f34a57d7fc3c2ddcd6.tar.bz2 |
tuna: no sync framework support
Show this is true by toggling the flag
Change-Id: Ie7c77165fe48eaf7288b7979de1122ddd39741f1
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 6a47aed..5a3b5ba 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -67,6 +67,9 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 685768704 BOARD_USERDATAIMAGE_PARTITION_SIZE := 14539537408 BOARD_FLASH_BLOCK_SIZE := 4096 +# No sync framework for this device... +TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true + #TARGET_PROVIDES_INIT_RC := true #TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true |