forked from openkylin/platform_build
Merge "DO NOT MERGE: Use prebuilts of the ART Module by default (reland)." into sc-dev
This commit is contained in:
commit
c9a802862f
|
@ -59,7 +59,7 @@ else
|
||||||
# This sets the default for building ART APEXes from source rather than
|
# This sets the default for building ART APEXes from source rather than
|
||||||
# prebuilts (in packages/modules/ArtPrebuilt and prebuilt/module_sdk/art) in
|
# prebuilts (in packages/modules/ArtPrebuilt and prebuilt/module_sdk/art) in
|
||||||
# all other platform builds.
|
# all other platform builds.
|
||||||
SOONG_CONFIG_art_module_source_build ?= true
|
SOONG_CONFIG_art_module_source_build ?= false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Apex build mode variables
|
# Apex build mode variables
|
||||||
|
|
Loading…
Reference in New Issue