summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2022-05-31 22:51:01 +0100
committerNeil Fuller <nfuller@google.com>2022-06-21 11:25:21 +0100
commiteab1a33febc6debd15ba571e642b447404cc9309 (patch)
tree402e5ccbb7331a62b8a9527f107885407e5cf14b
parentd83d29f5a2e7ab7ab427c650c0230f643e313133 (diff)
downloads2-geometry-library-java-eab1a33febc6debd15ba571e642b447404cc9309.tar.gz
Allow the S2 java lib to be used in platform code
Allow the S2 java lib to be used in platform code, not just an APEX. Bug: 231906346 Test: Build only Change-Id: I2608f134f1232a04fbfd094ce47c5747b88336fa
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f1f34d7..91d16f2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,6 +41,7 @@ java_library {
"guava",
],
apex_available: [
+ "//apex_available:platform",
"com.android.geotz",
],
}