diff --git a/Android.bp b/Android.bp index 8ea03062beba9..a7d55008328aa 100644 --- a/Android.bp +++ b/Android.bp @@ -1810,6 +1810,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, @@ -1835,6 +1836,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,