diff options
| author | 2019-08-15 18:07:32 +0000 | |
|---|---|---|
| committer | 2019-08-15 18:07:32 +0000 | |
| commit | d3b53e080d1729977ea85eefbc417b6688943113 (patch) | |
| tree | f852f6c77613b48068052962837d83f77e814be6 | |
| parent | 81d74c6c72ec5f9e48db4a62c106077fcb38097e (diff) | |
| parent | 369246b4cc3143a42eb176057d168473783d3d6b (diff) | |
Merge "API: Explicitly track incompatibilities with previous API versions" into qt-dev
| -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, |