Skip to content
Snippets Groups Projects
Commit 5f76164a authored by Adrian Roos's avatar Adrian Roos Committed by Gerrit Code Review
Browse files

Merge "API: Explicitly track incompatibilities with previous API versions"

parents 55752cf8 9597f8c8
No related branches found
No related tags found
No related merge requests found
......@@ -1663,6 +1663,7 @@ droidstubs {
last_released: {
api_file: ":last-released-public-api",
removed_api_file: "api/removed.txt",
baseline_file: ":public-api-incompatibilities-with-last-released",
},
},
jdiff_enabled: true,
......@@ -1688,6 +1689,7 @@ droidstubs {
last_released: {
api_file: ":last-released-system-api",
removed_api_file: "api/system-removed.txt",
baseline_file: ":system-api-incompatibilities-with-last-released"
},
},
jdiff_enabled: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment