From da03b080623dfd7a3eefa189cbb182c31d9f3897 Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Tue, 28 Mar 2023 10:55:33 -0400 Subject: [PATCH] Allowlist more of system/timezone This helps enable better testing of tzdata apex building. Test: b build --config=android //system/timezone/... Change-Id: Iec0d2393366fa612f24c57b6ae2d4f7bfe181668 --- android/allowlists/allowlists.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/allowlists/allowlists.go b/android/allowlists/allowlists.go index ff0d33e4c..dd0aaeb42 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,