Loading android/allowlists/allowlists.go +8 −8 Original line number Diff line number Diff line Loading @@ -1412,19 +1412,19 @@ var ( ProdMixedBuildsEnabledList = []string{ "com.android.tzdata", "test1_com.android.tzdata", } // 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. // It is implicit that all modules in ProdMixedBuildsEnabledList will // also be built - do not add them to this list. StagingMixedBuildsEnabledList = []string{ "com.android.adbd", "test_com.android.adbd", "adbd_test", "adb_crypto_test", "adb_pairing_auth_test", "adb_pairing_connection_test", "adb_tls_connection_test", } // 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. // It is implicit that all modules in ProdMixedBuildsEnabledList will // also be built - do not add them to this list. StagingMixedBuildsEnabledList = []string{} ) Loading
android/allowlists/allowlists.go +8 −8 Original line number Diff line number Diff line Loading @@ -1412,19 +1412,19 @@ var ( ProdMixedBuildsEnabledList = []string{ "com.android.tzdata", "test1_com.android.tzdata", } // 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. // It is implicit that all modules in ProdMixedBuildsEnabledList will // also be built - do not add them to this list. StagingMixedBuildsEnabledList = []string{ "com.android.adbd", "test_com.android.adbd", "adbd_test", "adb_crypto_test", "adb_pairing_auth_test", "adb_pairing_connection_test", "adb_tls_connection_test", } // 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. // It is implicit that all modules in ProdMixedBuildsEnabledList will // also be built - do not add them to this list. StagingMixedBuildsEnabledList = []string{} )