commit | 300968c02859b8841b07997b979a5eeafc85924b | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Wed Aug 01 15:06:55 2018 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Wed Aug 01 15:06:55 2018 -0700 |
tree | 833bb1e1573d9233c67cb36061ab09565713f7c7 | |
parent | 8095e5ff04c0c2a9ea4968f643e6399442142659 [diff] [blame] |
Add new module to track deps in metalava/manual Bug: b/111916275 Test: touch manual/android/support/design/widget/annotations.xml, and m -j metalava-api-stubs-docs, and check the built output srcjar. Change-Id: I683fc7559d896742da958bb5a9d5ee92ad593459
diff --git a/Android.bp b/Android.bp index edbfb08..644cbf7 100644 --- a/Android.bp +++ b/Android.bp
@@ -60,3 +60,8 @@ ], no_framework_libs: true, } + +droiddoc_exported_dir { + name: "metalava-manual", + path: "manual", +}