summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-02-21 16:54:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-21 16:54:28 +0000
commit2bbf0d19f238115d1bfae2a2bbb0e6e8be10da83 (patch)
treeb867243dc31dd9ce3fca857701b93bb1da8ef91a
parent4c7fc9cc39d96295232e8601a37b3a839fd825cb (diff)
parent403fa809197014e2342ef1a75ae0aedc14b303ce (diff)
downloadsystemui-2bbf0d19f238115d1bfae2a2bbb0e6e8be10da83.tar.gz
Drop platform_apis from android_library am: 403fa80919
Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/2969834 Change-Id: Ib7fcdae21350fd9f7111bc31e29eb80c34ec2cd9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--animationlib/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/animationlib/Android.bp b/animationlib/Android.bp
index 2e0de9a..6c1620a 100644
--- a/animationlib/Android.bp
+++ b/animationlib/Android.bp
@@ -35,9 +35,6 @@ android_library {
"res"
],
kotlincflags: ["-Xjvm-default=all"],
- // This library is meant to access only public APIs
- // do not flip this flag to true
- platform_apis: false
}
android_library {