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 6c2f6fcb9ba1f5befd4445058625d184766f984e)
diff --git a/geolocation/output_data/Android.bp b/geolocation/output_data/Android.bp
index 91cca25..eef537e 100644
--- a/geolocation/output_data/Android.bp
+++ b/geolocation/output_data/Android.bp
@@ -25,6 +25,7 @@
filegroup {
name: "tzs2.dat-resources",
visibility: [
+ "//packages/modules/GeoTZ:__subpackages__",
"//system/timezone:__subpackages__",
],
path: "odbl/",