summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 21:55:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 21:55:09 +0000
commita06049ab3593e308cff74c694cfbf5c5e50a28c0 (patch)
treecf652f6f94e42b7c09c688309e069f99b6cbf7de
parent77999cd7da29eca200c5dfbd75a27094a4bd0c88 (diff)
parentd2343e1267e8003007cc81f2b1793966132370d1 (diff)
downloadrelease-simpleperf-release.tar.gz
Snap for 11526323 from d2343e1267e8003007cc81f2b1793966132370d1 to simpleperf-releasesimpleperf-release
Change-Id: I3ddc24bdebb1c82d03390235d760a725afdda81c
-rw-r--r--build_flags.scl6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_flags.scl b/build_flags.scl
index 2c6825f..cde94ec 100644
--- a/build_flags.scl
+++ b/build_flags.scl
@@ -49,6 +49,9 @@ flags = [
# Move ANGLE libraries from vendor partition to system partition.
flag("RELEASE_ANGLE_ON_SYSTEM", ALL, False),
+ # jars need to be excluded from Apex Boot Jars for targets with mainline prebuilts enabled.
+ flag("RELEASE_APEX_BOOT_JARS_PREBUILT_EXCLUDED_LIST", ALL, ""),
+
# Move User avatar picker from SettingsLib to preinstalled app.
flag("RELEASE_AVATAR_PICKER_APP", ALL, False),
@@ -137,6 +140,9 @@ flags = [
# b/292140387: Flag to switch to the new NFC apex
flag("RELEASE_PACKAGE_NFC_STACK", SYSTEM, "NfcNci"),
+ # Flag will control the release of the Profiling module apex.
+ flag("RELEASE_PACKAGE_PROFILING_MODULE", ALL, False),
+
# This flag will control the rollout of new versions of the SoundPicker app.
flag("RELEASE_PACKAGE_SOUND_PICKER", ALL, "SoundPicker"),