From 6f1d267633968fe59d9193020774611578661e33 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 30 Mar 2021 10:24:33 +0100 Subject: [PATCH] Remove framework-aidl-mappings Only used on-demand by potential future app-compat LSCs. We can add it back if it is needed. Remove the now unused framework-all-sources at the same time (yay!!). Bug: 149906971 Test: m Change-Id: I61176f48d6b90b47f4b9c348e0686111fb704a77 --- Android.bp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Android.bp b/Android.bp index 0dbe07c6b496b..6e982d0a1c194 100644 --- a/Android.bp +++ b/Android.bp @@ -454,15 +454,6 @@ java_library { ], } -filegroup { - name: "framework-all-sources", - srcs: [ - ":framework-mime-sources", - ":framework-non-updatable-sources", - ":framework-updatable-sources", - ], -} - // AIDL files under these paths are mixture of public and private ones. // They shouldn't be exported across module boundaries. java_defaults { @@ -1229,14 +1220,6 @@ filegroup { ], } -// Creates an index of AIDL methods; used for adding UnsupportedAppUsage -// annotations to private apis -aidl_mapping { - name: "framework-aidl-mappings", - srcs: [":framework-all-sources"], - output: "framework-aidl-mappings.txt", -} - // Avoid including Parcelable classes as we don't want to have two copies of // Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony) // and TeleService app (packages/services/Telephony).