From 403fa809197014e2342ef1a75ae0aedc14b303ce Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Wed, 21 Feb 2024 13:23:12 +0000 Subject: Drop platform_apis from android_library This property is a no-op for this module type (it only has an effect on android_*_app) Test: aninja -t commands animationlib > cmds # identical before and after this change Bug: 215379393 Change-Id: I5cc7e2379457c3a86ff0f40894980f28c8546b5a --- animationlib/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/animationlib/Android.bp b/animationlib/Android.bp index 5417001..a61d539 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_test { -- cgit v1.2.3