aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2021-02-02 15:20:23 +0000
committerBaligh Uddin <baligh@google.com>2021-02-02 18:17:53 +0000
commite84c5fbfb09b94d3b06c9df7746169d5e6345090 (patch)
treeb8973ce787b69d359b25292164539522bcfac253
parent9835a8a88b92c633012587c78f15a4ee1238993b (diff)
downloadGeoTZ-e84c5fbfb09b94d3b06c9df7746169d5e6345090.tar.gz
Adjust visibility rules prior to migration.
system/timezone/geolocation is moving to packages/modules/GeoTZ project and this visibility change allows for geo_lookup to utilize the testdata. Soong does not enforce the visibility paths for existence, so this change is safe and needed prior to migration. BUG: 178700007 Test: TH Merged-In: Ied83a7b0268efb38e860a94cdc8a803b6ca19d2f Change-Id: Ied83a7b0268efb38e860a94cdc8a803b6ca19d2f (cherry picked from commit 5c0eafe8b0954b2654e5f41554c96929c8695214)
-rw-r--r--output_data/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/output_data/Android.bp b/output_data/Android.bp
index 91cca25..eef537e 100644
--- a/output_data/Android.bp
+++ b/output_data/Android.bp
@@ -25,6 +25,7 @@ prebuilt_etc {
filegroup {
name: "tzs2.dat-resources",
visibility: [
+ "//packages/modules/GeoTZ:__subpackages__",
"//system/timezone:__subpackages__",
],
path: "odbl/",