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

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

Merge "Add last_released checking for non-updatable API" am: a474d0e9 am:...

Merge "Add last_released checking for non-updatable API" am: a474d0e9 am: 103935cc am: 74171f9a

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

Change-Id: I343e3ac7410b03fe5b0eeb7d2814b925f65e99b4
parents cf775451 74171f9a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -157,6 +157,11 @@ droidstubs {
            api_file: "non-updatable-api/current.txt",
            removed_api_file: "non-updatable-api/removed.txt",
        },
        last_released: {
            api_file: ":android-non-updatable.api.public.latest",
            removed_api_file: ":android-non-updatable-removed.api.public.latest",
            baseline_file: ":public-api-incompatibilities-with-last-released",
        },
        api_lint: {
            enabled: true,
            new_since: ":android-non-updatable.api.public.latest",
@@ -219,6 +224,11 @@ droidstubs {
            api_file: "non-updatable-api/system-current.txt",
            removed_api_file: "non-updatable-api/system-removed.txt",
        },
        last_released: {
            api_file: ":android-non-updatable.api.system.latest",
            removed_api_file: ":android-non-updatable-removed.api.system.latest",
            baseline_file: ":system-api-incompatibilities-with-last-released"
        },
        api_lint: {
            enabled: true,
            new_since: ":android-non-updatable.api.system.latest",