mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-02-02 10:25:22 -05:00
Fixup kebab and lemonades
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
52fde9a0e7
commit
48b3276140
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user