summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-02-21 14:14:37 +0000
committerSpandan Das <spandandas@google.com>2024-02-21 14:14:37 +0000
commit979f1f462642405aa43b01fa2cee8b92429c2bc7 (patch)
tree629e6eeffef1a460f10656352397cf790805ba03
parentdd4cc0acc69470e757374021d563073fca024e05 (diff)
downloadNotification-979f1f462642405aa43b01fa2cee8b92429c2bc7.tar.gz
Drop platform_apis from android_library
This property is a no-op for this module type. Test: m nothing Bug: 215379393 Change-Id: Icec33b2961d043669e1138c1a3c452b88a43bed2
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index da4dd635..1e358df6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,8 +99,6 @@ android_library {
manifest: "AndroidManifest-withoutActivity.xml",
- platform_apis: true,
-
optimize: {
enabled: false,
},
@@ -138,8 +136,6 @@ android_library {
manifest: "tests/unit/AndroidManifest.xml",
- platform_apis: true,
-
optimize: {
enabled: false,
},