diff --git a/StubLibraries.bp b/StubLibraries.bp index d1ad189c3cdff..49433f16f5728 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -116,7 +116,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, @@ -168,7 +168,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, diff --git a/services/Android.bp b/services/Android.bp index 631146b1506bb..1970b7d7b0dd3 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -142,7 +142,7 @@ droidstubs { last_released: { api_file: ":android.api.system-server.latest", removed_api_file: ":removed.api.system-server.latest", - baseline_file: ":system-server-api-incompatibilities-with-last-released" + baseline_file: ":android-incompatibilities.api.system-server.latest" }, api_lint: { enabled: true,