diff options
| author | 2021-07-28 15:26:20 +0000 | |
|---|---|---|
| committer | 2021-07-28 15:26:20 +0000 | |
| commit | 739d01e5ef9cfebbc67d876c2e6e3ad6f59f735a (patch) | |
| tree | efa74592ce8e2aa10771dffba1bd0eba308634d4 | |
| parent | 3d976a7148a119d722c0d44472a000e2f1f3a5c1 (diff) | |
Add tzdata packages to bp2build allowlist.
Test: bp2build CI
Test: Build tzdata APEX with Bazel
Bug: 194644492
Change-Id: I05854f5f7dceeb197c1b7d8e746eb6fc07d93581
| -rw-r--r-- | android/bazel.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, |