From 42904d13462e8aa70a00a0cd617aeb8fb6d77a3f Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Fri, 1 Oct 2021 18:40:25 +0000 Subject: [PATCH] Revert "DO NOT MERGE: Use prebuilts of the ART Module by default (reland 2). am: f68bd2db71" This reverts commit 29502219df520146c0cc1ed8863a70720c0ed298. Reason for revert: Follow AOSP for prebuilts in the -plus-aosp branch, i.e. disable them. Change-Id: I615c644229fbb55a60633c3cc1aba2497674c0b0 --- core/android_soong_config_vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk index fe781345eb..64a6449e04 100644 --- a/core/android_soong_config_vars.mk +++ b/core/android_soong_config_vars.mk @@ -72,7 +72,7 @@ else # This sets the default for building ART APEXes from source rather than # prebuilts (in packages/modules/ArtPrebuilt and prebuilt/module_sdk/art) in # all other platform builds. - SOONG_CONFIG_art_module_source_build ?= false + SOONG_CONFIG_art_module_source_build ?= true endif # Apex build mode variables