diff options
| author | 2019-02-14 04:51:23 -0800 | |
|---|---|---|
| committer | 2019-02-14 04:51:23 -0800 | |
| commit | 42b7db201bfee11fcfb6a7866060dfb9838d8d7b (patch) | |
| tree | 0a27e59ce65cfe7ddb6168730d2663e88e3704d0 | |
| parent | a219e306bedd799aa8eaebd68284607b2e7cb0a4 (diff) | |
| parent | ceac819b8f71244b9167915c1bed4572bd662c92 (diff) | |
Merge "Add :frameworks-base-api-current.txt filegroup" am: 5de80df81e
am: ceac819b8f
Change-Id: I2bf011e4d2a26cb2094234666c4bd24b1f65e39b
| -rw-r--r-- | Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index eeee3bb28f9d..88471f76857e 100644 --- a/Android.bp +++ b/Android.bp @@ -1109,6 +1109,15 @@ packages_to_document = [ "org/apache/http/params", ] +// Make the api/current.txt file available for use by modules in other +// directories. +filegroup { + name: "frameworks-base-api-current.txt", + srcs: [ + "api/current.txt", + ], +} + framework_docs_only_args = " -android -manifest $(location core/res/AndroidManifest.xml) " + "-werror -lerror -hide 111 -hide 113 -hide 125 -hide 126 -hide 127 -hide 128 " + "-overview $(location core/java/overview.html) " + |