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

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

Change-Id: Ib32fc309dd001c112e57c42ef2de7142b46b3208
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:24:54 +00:00 committed by Automerger Merge Worker
commit b0208fb5c7

View file

@ -731,7 +731,7 @@ var (
"platform_tools_properties", "build_tools_source_properties", // TODO(b/203369847): multiple genrules in the same package creating the same file
// aar support
"prebuilt_car-ui-androidx-core-common", // TODO(b/224773339), genrule dependency creates an .aar, not a .jar
"prebuilt_car-ui-androidx-core-common", // TODO(b/224773339), genrule dependency creates an .aar, not a .jar
// ERROR: The dependencies for the following 1 jar(s) are not complete.
// 1.bazel-out/android_target-fastbuild/bin/prebuilts/tools/common/m2/_aar/robolectric-monitor-1.0.2-alpha1/classes_and_libs_merged.jar
"prebuilt_robolectric-monitor-1.0.2-alpha1",
@ -1359,5 +1359,8 @@ var (
// Staging-mode allowlist. Modules in this list are only built
// by Bazel with --bazel-mode-staging. This list should contain modules
// which will soon be added to the prod allowlist.
StagingMixedBuildsEnabledList = []string{"com.android.tzdata"}
StagingMixedBuildsEnabledList = []string{
"com.android.adbd",
"com.android.tzdata",
}
)