Loading Android.bp +10 −0 Original line number Original line Diff line number Diff line Loading @@ -1430,6 +1430,11 @@ droidstubs { removed_api_file: "api/removed.txt", removed_api_file: "api/removed.txt", baseline_file: ":public-api-incompatibilities-with-last-released", baseline_file: ":public-api-incompatibilities-with-last-released", }, }, api_lint: { enabled: true, new_since: ":last-released-public-api", baseline_file: "api/lint-baseline.txt", }, }, }, jdiff_enabled: true, jdiff_enabled: true, } } Loading @@ -1456,6 +1461,11 @@ droidstubs { removed_api_file: "api/system-removed.txt", removed_api_file: "api/system-removed.txt", baseline_file: ":system-api-incompatibilities-with-last-released" baseline_file: ":system-api-incompatibilities-with-last-released" }, }, api_lint: { enabled: true, new_since: ":last-released-system-api", baseline_file: "api/system-lint-baseline.txt", }, }, }, jdiff_enabled: true, jdiff_enabled: true, } } Loading Loading
Android.bp +10 −0 Original line number Original line Diff line number Diff line Loading @@ -1430,6 +1430,11 @@ droidstubs { removed_api_file: "api/removed.txt", removed_api_file: "api/removed.txt", baseline_file: ":public-api-incompatibilities-with-last-released", baseline_file: ":public-api-incompatibilities-with-last-released", }, }, api_lint: { enabled: true, new_since: ":last-released-public-api", baseline_file: "api/lint-baseline.txt", }, }, }, jdiff_enabled: true, jdiff_enabled: true, } } Loading @@ -1456,6 +1461,11 @@ droidstubs { removed_api_file: "api/system-removed.txt", removed_api_file: "api/system-removed.txt", baseline_file: ":system-api-incompatibilities-with-last-released" baseline_file: ":system-api-incompatibilities-with-last-released" }, }, api_lint: { enabled: true, new_since: ":last-released-system-api", baseline_file: "api/system-lint-baseline.txt", }, }, }, jdiff_enabled: true, jdiff_enabled: true, } } Loading