Merge "Add com.android.adbd and adbd_test to AOSP prod allowlist." am: ec8f7543f6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2355102 Change-Id: Ic906782b30596a49d8ea53ae6f1be0c6fd0431bb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1412,6 +1412,13 @@ var (
|
|||||||
ProdMixedBuildsEnabledList = []string{
|
ProdMixedBuildsEnabledList = []string{
|
||||||
"com.android.tzdata",
|
"com.android.tzdata",
|
||||||
"test1_com.android.tzdata",
|
"test1_com.android.tzdata",
|
||||||
|
"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
|
// Staging-mode allowlist. Modules in this list are only built
|
||||||
@@ -1419,12 +1426,5 @@ var (
|
|||||||
// which will soon be added to the prod allowlist.
|
// which will soon be added to the prod allowlist.
|
||||||
// It is implicit that all modules in ProdMixedBuildsEnabledList will
|
// It is implicit that all modules in ProdMixedBuildsEnabledList will
|
||||||
// also be built - do not add them to this list.
|
// also be built - do not add them to this list.
|
||||||
StagingMixedBuildsEnabledList = []string{
|
StagingMixedBuildsEnabledList = []string{}
|
||||||
"com.android.adbd",
|
|
||||||
"adbd_test",
|
|
||||||
"adb_crypto_test",
|
|
||||||
"adb_pairing_auth_test",
|
|
||||||
"adb_pairing_connection_test",
|
|
||||||
"adb_tls_connection_test",
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user