summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2021-03-30 12:39:02 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-03-30 12:39:02 +0000
commitbe66c035691f651a26049dc1b978a99c3c4b6f13 (patch)
treeb70b0b252cb73900d9f695e2b9ee4509e5a60af6
parent9a2f8cb528d54eef2659ed968a6702649a61928d (diff)
parent44f83d814d5a95362d6ccbb1ee5ae1bebada2e1a (diff)
Merge "Remove framework-aidl-mappings" am: e492ec434d am: 44f83d814d
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1655729 Change-Id: I07851033049f9b90706103da566472df06c13aeb
-rw-r--r--Android.bp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Android.bp b/Android.bp
index 0dbe07c6b496..6e982d0a1c19 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).