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

Commit 5ea3c342 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Export monolithic hidden api files to the dist" am: f94ff5a3 am:...

Merge "Export monolithic hidden api files to the dist" am: f94ff5a3 am: 26efc48b am: 62f16e59 am: bf05d0ee

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

Change-Id: I359f2adba234006dee811938d19d4caacb16a43c
parents 6dca0114 bf05d0ee
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -71,4 +71,21 @@ platform_bootclasspath {
            "hiddenapi/hiddenapi-unsupported-packages.txt",
        ],
    },

    dists: [
        {
            targets: ["droidcore"],
            tag: "hiddenapi-flags.csv",
        },
        {
            targets: ["droidcore"],
            tag: "hiddenapi-index.csv",
        },
        {
            targets: ["droidcore"],
            tag: "hiddenapi-metadata.csv",
            // Legacy name
            dest: "hiddenapi-unsupported.csv",
        },
    ],
}