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

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

Merge "Fix last-released check of removed.txt" into rvc-dev am: 0cdc5c26

Change-Id: I59fe3c346bc14e29f78da503254bbebc7b0cb660
parents 376b0200 0cdc5c26
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ droidstubs {
        },
        last_released: {
            api_file: ":android.api.public.latest",
            removed_api_file: "api/removed.txt",
            removed_api_file: ":removed.api.public.latest",
            baseline_file: ":public-api-incompatibilities-with-last-released",
        },
        api_lint: {
@@ -152,7 +152,7 @@ droidstubs {
        },
        last_released: {
            api_file: ":android.api.system.latest",
            removed_api_file: "api/system-removed.txt",
            removed_api_file: ":removed.api.system.latest",
            baseline_file: ":system-api-incompatibilities-with-last-released"
        },
        api_lint: {
@@ -220,7 +220,7 @@ droidstubs {
        },
        last_released: {
            api_file: ":android.api.module-lib.latest",
            removed_api_file: "api/module-lib-removed.txt",
            removed_api_file: ":removed.api.module-lib.latest",
            baseline_file: ":module-lib-api-incompatibilities-with-last-released"
        },
        api_lint: {
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ droidstubs {
        },
        last_released: {
            api_file: ":android.api.system-server.latest",
            removed_api_file: "api/removed.txt",
            removed_api_file: ":removed.api.system-server.latest",
            baseline_file: ":system-server-api-incompatibilities-with-last-released"
        },
        api_lint: {