diff options
| author | 2020-05-28 11:29:20 +0000 | |
|---|---|---|
| committer | 2020-05-28 11:29:20 +0000 | |
| commit | 3dda766d21a982c2a3d42c47ee9bc48b2ed60957 (patch) | |
| tree | 9e7f0ed7c0465cce32502b49d63f5e8f2fc6f7a5 | |
| parent | f15fe489b7740765b643fc2c537380a568f61f08 (diff) | |
| parent | 517edf62c8fee5b3cad959945a37ca8731941644 (diff) | |
Merge "Enable annotations for framework stubs" into rvc-dev am: 517edf62c8
Change-Id: I8065d8805a15af3b5c77f7f6e4f4062c6ea6e9cb
| -rw-r--r-- | apex/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index de4b24aa274c..c1715a002d6d 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -100,6 +100,8 @@ java_defaults { // Configure framework module specific metalava options. droiddoc_options: [mainline_stubs_args], + annotations_enabled: true, + // The stub libraries must be visible to frameworks/base so they can be combined // into API specific libraries. stubs_library_visibility: [ |