diff options
| author | 2019-08-15 13:41:58 -0700 | |
|---|---|---|
| committer | 2019-08-15 13:41:58 -0700 | |
| commit | 5d7d213c29caffb5110f588ea30e4ff1fdb25aa5 (patch) | |
| tree | df2eef37c280c685d698cd8812f5f7830c2cfc00 | |
| parent | 9eb5598635524dbb5d711d7daf888a2bd2587eb9 (diff) | |
| parent | 1ac726e71857a01edbfcc3be2349c56fa44b5187 (diff) | |
Merge "API: Explicitly track incompatibilities with previous API versions" into qt-dev am: d3b53e080d
am: 1ac726e718
Change-Id: Ie0aa594144d841a3a5f3ead1c67fb543b06f7593
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 16abdbf79de0..e3fa19c48f90 100644 --- a/Android.bp +++ b/Android.bp @@ -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, |