summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-02-26 13:01:15 +0000
committerSpandan Das <spandandas@google.com>2024-02-26 13:14:54 +0000
commit276c2d44833711ffe9b205e4d04031454a47b07a (patch)
tree55d0869daa7b360cc5a22f8c59b357fea1402c8c
parent2bbf0d19f238115d1bfae2a2bbb0e6e8be10da83 (diff)
downloadsystemui-276c2d44833711ffe9b205e4d04031454a47b07a.tar.gz
Drop platform_apis from java_librarytemp_319669529
This property is a no-op for this module type Test: presubmits Bug: 215379393 Change-Id: I34cfad83c8c9878894bc7e5d0c2acaf2796c7861 Merged-In: I784515d93b953b1722f87f51cef89f766b33eaeb
-rw-r--r--tracinglib/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tracinglib/Android.bp b/tracinglib/Android.bp
index d80745f..1521c01 100644
--- a/tracinglib/Android.bp
+++ b/tracinglib/Android.bp
@@ -25,5 +25,4 @@ java_library {
"src/**/*.kt"
],
kotlincflags: ["-Xjvm-default=all"],
- platform_apis: true,
}