From 8a58e78f9e9197661095a1e67fcb24671f06fb63 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Tue, 13 Aug 2024 23:10:41 +0000 Subject: [PATCH] Remove module_build_from_source soong config variable This value is a noop in V+ trees. It was previously used as one of the inputs for source vs prebuilts selection of mainline modules. Bug: 308187800 Test: presubmits Change-Id: I24432a982b6fadd3e7a1a89c730c8ccc0abb4709 --- core/android_soong_config_vars.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/android_soong_config_vars.mk b/core/android_soong_config_vars.mk index 915f55f349..5fc8fd4027 100644 --- a/core/android_soong_config_vars.mk +++ b/core/android_soong_config_vars.mk @@ -71,11 +71,6 @@ $(call add_soong_config_var_value,ANDROID,library_linking_strategy,prefer_static endif endif -# TODO(b/308187800): some internal modules set `prefer` to true on the prebuilt apex module, -# and set that to false when `ANDROID.module_build_from_source` is true. -# Set this soong config variable to true for now, and cleanup `prefer` as part of b/308187800 -$(call add_soong_config_var_value,ANDROID,module_build_from_source,true) - # Enable SystemUI optimizations by default unless explicitly set. SYSTEMUI_OPTIMIZE_JAVA ?= true $(call add_soong_config_var,ANDROID,SYSTEMUI_OPTIMIZE_JAVA)