From 8bbf44f3f2f4cf1df7385da626c6901dc246a1d1 Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Thu, 30 Mar 2023 23:26:23 +0000 Subject: [PATCH] Re-land test tzdata apex with bazel builds. Test: atest Test: presubmits Fixes: 275351675 Change-Id: I12a151ef2c6fea1b8313c51f408d806ee7b13e60 --- android/allowlists/allowlists.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index d7bcc8171..d7e7d16f6 100644 --- a/android/allowlists/allowlists.go +++ b/android/allowlists/allowlists.go @@ -364,6 +364,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, @@ -1469,6 +1471,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",