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

Commit b4f91321 authored by Adrian Roos's avatar Adrian Roos
Browse files

API: enable API lint on public and system APIs

Bug: 142459906
Test: make checkapi
Change-Id: I1457917dbdff1c1738c17b4d9683a79add971b34
parent 1a4223e5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1461,6 +1461,11 @@ droidstubs {
            removed_api_file: "api/removed.txt",
            baseline_file: ":public-api-incompatibilities-with-last-released",
        },
        api_lint: {
            enabled: true,
            new_since: ":last-released-public-api",
            baseline_file: "api/lint-baseline.txt",
        },
    },
    jdiff_enabled: true,
}
@@ -1487,6 +1492,11 @@ droidstubs {
            removed_api_file: "api/system-removed.txt",
            baseline_file: ":system-api-incompatibilities-with-last-released"
        },
        api_lint: {
            enabled: true,
            new_since: ":last-released-system-api",
            baseline_file: "api/system-lint-baseline.txt",
        },
    },
    jdiff_enabled: true,
}

api/lint-baseline.txt

0 → 100644
+1171 −0

File added.

Preview size limit exceeded, changes collapsed.

+48915 −0

File added.

Preview size limit exceeded, changes collapsed.