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

Commit c3e47009 authored by Artur Satayev's avatar Artur Satayev Committed by Automerger Merge Worker
Browse files

Merge "Remove unsupportedappusage_index.csv from droidcore target." into...

Merge "Remove unsupportedappusage_index.csv from droidcore target." into rvc-dev am: ee6e043a am: 6e44b539 am: 3f402054

Change-Id: I44b83a0cac0f012cd361cd7d079f2978931bfb50
parents 6289babc 3f402054
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1133,16 +1133,6 @@ aidl_mapping {
    output: "framework-aidl-mappings.txt",
}

genrule {
    name: "framework-annotation-proc-index",
    srcs: [":framework-annotation-proc"],
    cmd: "unzip -qp $(in) unsupportedappusage/unsupportedappusage_index.csv > $(out)",
    out: ["unsupportedappusage_index.csv"],
    dist: {
        targets: ["droidcore"],
    },
}

// 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).