API: Explicitly track incompatibilities with previous API versions

Bug: 139128921
Test: make checkapi
Change-Id: I1f17b57705e2f7350b55ab278e06fc4e988771ff
Merged-In: I1f17b57705e2f7350b55ab278e06fc4e988771ff
(cherry picked from commit 369246b4cc)
This commit is contained in:
Adrian Roos
2019-08-12 17:47:39 +02:00
parent d969b76224
commit a269cf11da

View File

@@ -1756,6 +1756,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,
@@ -1781,6 +1782,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,