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

Commit c9b01b87 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 5831d309 cd060d98
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1518,6 +1518,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",
        },
    },
}

@@ -1538,6 +1542,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",
        },
    },
}