diff options
author | Anton Hansson <hansson@google.com> | 2020-05-06 09:30:20 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-06 09:30:20 +0000 |
commit | 7b9feb1d2c442ad83ae69760e178e43c5c326f15 (patch) | |
tree | f0bfed60ef6d35b7293743aa93dd0edf9635c4ee /apex/Android.bp | |
parent | ff92fcf643485ba671786e904602bf043ea3e5f1 (diff) | |
parent | b97976134c54ea203924a9718888e7bea19c51c3 (diff) |
Merge "Enable api lint and check_last_api for modules" into rvc-dev am: b97976134c
Change-Id: Iceaddc7ad960239c33f97d17616b0ba984e0a5ea
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 23d360bd5326..d59cd6355af9 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -74,6 +74,9 @@ stubs_defaults { api_file: "api/current.txt", removed_api_file: "api/removed.txt", }, + api_lint: { + enabled: true, + }, }, dist: { targets: ["sdk", "win_sdk"], @@ -93,6 +96,9 @@ stubs_defaults { api_file: "api/system-current.txt", removed_api_file: "api/system-removed.txt", }, + api_lint: { + enabled: true, + }, }, dist: { targets: ["sdk", "win_sdk"], @@ -151,6 +157,9 @@ stubs_defaults { api_file: "api/module-lib-current.txt", removed_api_file: "api/module-lib-removed.txt", }, + api_lint: { + enabled: true, + }, }, dist: { targets: ["sdk", "win_sdk"], @@ -177,6 +186,9 @@ stubs_defaults { api_file: "api/current.txt", removed_api_file: "api/removed.txt", }, + api_lint: { + enabled: true, + }, }, dist: { targets: ["sdk", "win_sdk"], |