Merge "Add adbd to staging allowlist" am: 3784d14404 am: b0208fb5c7

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2336162

Change-Id: If61f121e0b5428bea8d2b0801b66ee4c00449d4d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-12-08 22:48:59 +00:00
committed by Automerger Merge Worker

View File

@@ -1359,5 +1359,8 @@ var (
// Staging-mode allowlist. Modules in this list are only built // Staging-mode allowlist. Modules in this list are only built
// by Bazel with --bazel-mode-staging. This list should contain modules // by Bazel with --bazel-mode-staging. This list should contain modules
// which will soon be added to the prod allowlist. // which will soon be added to the prod allowlist.
StagingMixedBuildsEnabledList = []string{"com.android.tzdata"} StagingMixedBuildsEnabledList = []string{
"com.android.adbd",
"com.android.tzdata",
}
) )