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 12:13:07 +0000
commitbc9a7bb0d25b04fe4bcf888ac793fa48938bcc8a (patch)
tree402e5ccbb7331a62b8a9527f107885407e5cf14b
parent45b25db709a4c40591009d6dd19a5087a049c6a9 (diff)
downloads2-geometry-library-java-bc9a7bb0d25b04fe4bcf888ac793fa48938bcc8a.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 Merged-In: I2608f134f1232a04fbfd094ce47c5747b88336fa 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",
],
}