diff options
author | Anton Hansson <hansson@google.com> | 2021-04-13 18:03:59 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-13 18:03:59 +0000 |
commit | 1ea3057847d298325ea7a31a314efed8200bc2c0 (patch) | |
tree | 154e40db21f242790eadb79316edf0dc37c4fa87 /StubLibraries.bp | |
parent | 7a50e7f2069ef3caf8f2fa66c964018e78e529ce (diff) | |
parent | 65ffc7fabea6e684eb83a3aa8f2acf2f604b49b4 (diff) |
Merge "Update references incompatibilies files"
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index a49285d37099..ae92e798af77 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -111,7 +111,7 @@ droidstubs { last_released: { api_file: ":android-non-updatable.api.public.latest", removed_api_file: ":android-non-updatable-removed.api.public.latest", - baseline_file: ":android-incompatibilities.api.public.latest", + baseline_file: ":android-non-updatable-incompatibilities.api.public.latest", }, api_lint: { enabled: true, @@ -163,7 +163,7 @@ droidstubs { last_released: { api_file: ":android-non-updatable.api.system.latest", removed_api_file: ":android-non-updatable-removed.api.system.latest", - baseline_file: ":android-incompatibilities.api.system.latest" + baseline_file: ":android-non-updatable-incompatibilities.api.system.latest" }, api_lint: { enabled: true, |