Fixup kebab and lemonades

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-08-25 19:43:21 -04:00
parent 52fde9a0e7
commit 48b3276140
No known key found for this signature in database
GPG Key ID: B286E9F57A07424B
1 changed files with 3 additions and 3 deletions

View File

@ -99,8 +99,8 @@ buildAll() {
#SD865
buildDevice instantnoodle avb;
buildDevice instantnoodlep avb;
buildDevice kebab avb; #failing
buildDevice lemonades avb; #failing
buildDevice kebab avb;
buildDevice lemonades avb;
#SD888
buildDevice lemonade avb;
buildDevice lemonadep avb;
@ -164,7 +164,7 @@ enableDexPreOpt() {
if [ -f BoardConfig.mk ]; then
echo "WITH_DEXPREOPT := true" >> BoardConfig.mk;
echo "WITH_DEXPREOPT_DEBUG_INFO := false" >> BoardConfig.mk;
if true; then
if [ "$1" != "device/oneplus/kebab" ] && [ "$1" != "device/oneplus/lemonades" ]; then
echo "WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := false" >> BoardConfig.mk;
echo "Enabled full dexpreopt for $1";
else