diff options
| author | 2023-04-11 02:42:06 +0000 | |
|---|---|---|
| committer | 2023-04-11 02:42:06 +0000 | |
| commit | 1000493802b6bf86817a8a19d431250f6f68f316 (patch) | |
| tree | 9a3ac737280c6fc4ca4ade11013382e74f89f1a2 | |
| parent | 9aecb53b8d08cb77af4dd96969f320ae11a794e9 (diff) | |
| parent | 8bbf44f3f2f4cf1df7385da626c6901dc246a1d1 (diff) | |
Merge "Re-land test tzdata apex with bazel builds."
| -rw-r--r-- | android/allowlists/allowlists.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index 1ece9fa7d..7f3dd2dbe 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -365,6 +365,8 @@ var ( "system/testing/gtest_extras": Bp2BuildDefaultTrueRecursively, "system/timezone/apex": Bp2BuildDefaultTrueRecursively, "system/timezone/output_data": Bp2BuildDefaultTrueRecursively, + "system/timezone/testdata": Bp2BuildDefaultTrueRecursively, + "system/timezone/testing": Bp2BuildDefaultTrueRecursively, "system/tools/aidl/build/tests_bp2build": Bp2BuildDefaultTrue, "system/tools/aidl/metadata": Bp2BuildDefaultTrue, "system/tools/hidl/metadata": Bp2BuildDefaultTrue, @@ -1471,6 +1473,7 @@ var ( // M5: tzdata launch "com.android.tzdata", "test1_com.android.tzdata", + "test3_com.android.tzdata", // M7: adbd launch "com.android.adbd", "test_com.android.adbd", |