diff options
author | Paul Duffin <paulduffin@google.com> | 2020-05-17 13:00:36 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2020-05-19 00:11:59 +0100 |
commit | 067d80bbb58810cd019c2df570541f4458466b9b (patch) | |
tree | 7ce5562a7985c992b3bfd5fa586bf11aa6827096 /apex/Android.bp | |
parent | 53655f77a695d2936a3317dbe4eb5b896b0fc3cd (diff) |
Add missing metalava options to framework-module-defaults
Bug: 155164730
Test: m droid
Merged-In: I7a852149e3e12c3cb9083b2d0ca483cc55f6348f
Change-Id: I7a852149e3e12c3cb9083b2d0ca483cc55f6348f
(cherry picked from commit 56195fba428604b221117467d8167ebfc06f6dec)
Diffstat (limited to 'apex/Android.bp')
-rw-r--r-- | apex/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 4a65550c616b..3a63c80588ca 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -92,6 +92,9 @@ java_defaults { sdk_version: "module_current", }, + // Configure framework module specific metalava options. + droiddoc_options: [mainline_stubs_args], + // The stub libraries must be visible to frameworks/base so they can be combined // into API specific libraries. stubs_library_visibility: [ |