Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1f4000c authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Remove framework-aidl-mappings" am: e492ec43 am: 44f83d81 am: be66c035

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1655729

Change-Id: I27dfc300108e8788a9deaadde6af393447d5a0e7
parents ec012bc4 be66c035
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -510,15 +510,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 {
@@ -1391,14 +1382,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).