summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adrian Roos <roosa@google.com> 2019-08-15 13:20:20 -0700
committer android-build-merger <android-build-merger@google.com> 2019-08-15 13:20:20 -0700
commit1ac726e71857a01edbfcc3be2349c56fa44b5187 (patch)
treeebc86cb5436e3ff6883e4ec9d6ecd24355c0fbf4
parent9dccbdca70ddd28d2483f0d01a4e8a138156f263 (diff)
parentd3b53e080d1729977ea85eefbc417b6688943113 (diff)
Merge "API: Explicitly track incompatibilities with previous API versions" into qt-dev
am: d3b53e080d Change-Id: I6da708a8b05f762af1b781db75aa2511aa895abf
-rw-r--r--Android.bp2
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,