diff options
author | Anton Hansson <hansson@google.com> | 2021-01-22 16:40:06 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2021-01-25 12:34:00 +0000 |
commit | ce55623107e25f643cf067846358cc90150fb252 (patch) | |
tree | 3e089cd62ef49867441f270b5c5662672d0135c5 /StubLibraries.bp | |
parent | 7166f0b425525a4250609afa2847ce30fc9f5987 (diff) |
Switch to new incompatibilities targets
The previous incompatibilities genrule targets have been replaced
by targets auto-generated by prebuilt_sdks.
The intentention of this change is to eventually have per-jar file
incompatibilities tracking, but this change does not change the
underlying file used, only switching to the new target.
Bug: 178171189
Test: m
Change-Id: Ib5a2be7d53e3576d92db4c843f1fca829b9bfc6d
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 64ee09cf5e05..6afed7a78a08 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -113,7 +113,7 @@ droidstubs { last_released: { api_file: ":android-non-updatable.api.public.latest", removed_api_file: ":android-non-updatable-removed.api.public.latest", - baseline_file: ":public-api-incompatibilities-with-last-released", + baseline_file: ":android-incompatibilities.api.public.latest", }, api_lint: { enabled: true, @@ -165,7 +165,7 @@ droidstubs { last_released: { api_file: ":android-non-updatable.api.system.latest", removed_api_file: ":android-non-updatable-removed.api.system.latest", - baseline_file: ":system-api-incompatibilities-with-last-released" + baseline_file: ":android-incompatibilities.api.system.latest" }, api_lint: { enabled: true, |