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

Commit cd060d98 authored by Nan Zhang's avatar Nan Zhang
Browse files

Add compatibility check for (system|test_)api-stubs-docs

Test: m -j api-stubs-docs
Bug: b/78245848
Change-Id: Ia4a337ac464232ac8a5bd054b940a7d7f1f4e213
parent 041eb388
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1516,6 +1516,10 @@ droiddoc {
            api_file: "api/current.txt",
            removed_api_file: "api/removed.txt",
        },
        last_released: {
            api_file: ":last-released-public-api",
            removed_api_file: "api/removed.txt",
        },
    },
}

@@ -1536,6 +1540,10 @@ droiddoc {
            api_file: "api/system-current.txt",
            removed_api_file: "api/system-removed.txt",
        },
        last_released: {
            api_file: ":last-released-system-api",
            removed_api_file: "api/system-removed.txt",
        },
    },
}