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

Commit 09407a34 authored by Paul Duffin's avatar Paul Duffin
Browse files

Add previously released API to services-non-updatable-stubs

Previously, `ervices-non-updatable-stubs` did not have a previously
released API.

This change adds the previously released API as it is necessary for
supporting flagged APIs.

Flag: EXEMPT build fix to improve flag support
Bug: 425309457
Test: TH
Change-Id: I2336c227fa7c8050fc3cd761fe807014c284e15b
parent 0d490db1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -471,6 +471,13 @@ non_updatable_exportable_droidstubs {
        "services-stubs-default",
    ],
    check_api: {
        // Use the compatibility check properties to supply the previously released API to which
        // flagged APIs can be reverted but disable the compatibility check as it is not required.
        last_released: {
            enabled: false,
            api_file: ":android.api.combined.system-server.latest",
            removed_api_file: ":android-removed.api.combined.system-server.latest",
        },
        current: {
            api_file: "api/current.txt",
            removed_api_file: "api/removed.txt",