mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Fixup kebab and lemonades
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
52fde9a0e7
commit
48b3276140
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue