From 739d01e5ef9cfebbc67d876c2e6e3ad6f59f735a Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Wed, 28 Jul 2021 15:26:20 +0000 Subject: [PATCH] Add tzdata packages to bp2build allowlist. Test: bp2build CI Test: Build tzdata APEX with Bazel Bug: 194644492 Change-Id: I05854f5f7dceeb197c1b7d8e746eb6fc07d93581 --- android/bazel.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/bazel.go b/android/bazel.go index 75b13c956..26e7deb9d 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -163,6 +163,8 @@ var ( "system/core/property_service/libpropertyinfoparser": Bp2BuildDefaultTrueRecursively, "system/libbase": Bp2BuildDefaultTrueRecursively, "system/logging/liblog": Bp2BuildDefaultTrueRecursively, + "system/timezone/apex": Bp2BuildDefaultTrueRecursively, + "system/timezone/output_data": Bp2BuildDefaultTrueRecursively, "external/jemalloc_new": Bp2BuildDefaultTrueRecursively, "external/fmtlib": Bp2BuildDefaultTrueRecursively, "external/arm-optimized-routines": Bp2BuildDefaultTrueRecursively,