diff options
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 51e030bd174d..d59cd6355af9 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -148,6 +148,10 @@ stubs_defaults { installable: false, sdk_version: "module_current", filter_packages: framework_packages_to_document, + + // Do not generate stubs as they are not needed + generate_stubs: false, + check_api: { current: { api_file: "api/module-lib-current.txt", |