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:
@@ -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",
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user