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

This commit is contained in:
Treehugger Robot
2018-08-23 07:33:31 +00:00
committed by Gerrit Code Review

View File

@@ -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",
},
},
}