diff options
| -rw-r--r-- | build/Android.common_build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk index 1e2cfa3e97..c8e3654633 100644 --- a/build/Android.common_build.mk +++ b/build/Android.common_build.mk @@ -152,7 +152,7 @@ art_cflags += \ # The architectures the compiled tools are able to run on. Setting this to 'all' will cause all # architectures to be included. -ART_TARGET_CODEGEN_ARCHS ?= all +ART_TARGET_CODEGEN_ARCHS ?= svelte ART_HOST_CODEGEN_ARCHS ?= all ifeq ($(ART_TARGET_CODEGEN_ARCHS),all) |