From 266a9a503c63cccf4290f818975d0a886001c689 Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Wed, 21 Feb 2024 14:37:30 +0000 Subject: [PATCH] Drop platform_apis from android_library This property is a no-op for this module type. Test: m nothing Bug: 215379393 Change-Id: I73811c70c4191eb6005a5f365f0b1c149d30564b --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 9599f9d5c05..12752e155e4 100644 --- a/Android.bp +++ b/Android.bp @@ -47,7 +47,6 @@ java_library { // Build the Settings APK android_library { name: "Settings-core", - platform_apis: true, defaults: [ "SettingsLibDefaults", "SettingsLib-search-defaults",