Loading android/allowlists/allowlists.go +5 −2 Original line number Diff line number Diff line Loading @@ -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", } ) Loading
android/allowlists/allowlists.go +5 −2 Original line number Diff line number Diff line Loading @@ -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", } )