commit | c6a42656c8ddfac954d6c44034406398595529bd | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Wed Jun 06 16:51:05 2018 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Wed Jun 06 17:05:29 2018 -0700 |
tree | 8ba1c57079a9b6f5bff120d3b1f4b17d731a2c95 | |
parent | a7730896c35090325a9cb8979dca98da1cf9a30f [diff] [blame] |
Compile stub-annotations.jar and dist-for-goals it. Test: m -j stub-annotations Bug: b/78245848 Change-Id: I559d4136a42e424fcaaf4e3d22bb686a37c61df3
diff --git a/Android.bp b/Android.bp index c58dc68..4ec55f7 100644 --- a/Android.bp +++ b/Android.bp
@@ -26,3 +26,10 @@ ], manifest: "manifest.txt", } + +java_library_host { + name: "stub-annotations", + srcs: [ + "stub-annotations/src/main/java/**/*.java", + ], +}