diff options
author | Anton Hansson <hansson@google.com> | 2020-03-19 15:09:44 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-03-19 19:21:49 +0000 |
commit | 7b0414beb77aaf67124c3ef7f2a55a898772bd1d (patch) | |
tree | 0412ee9125a7ca5260abbaec96d5055f95bf5c04 /services/Android.bp | |
parent | a49fb99d8cff85326bd9dd13e383c6cb6284dd3b (diff) |
Add module_lib and system-server artifacts to sdk dist
Makes these artifacts available for the update_prebuilts script.
Bug: 149293194
Test: m win_sdk dist && find out/dist -type f
Change-Id: Ia1064e50e987433e5e308527c6770ba2d3e8bde3
Diffstat (limited to 'services/Android.bp')
-rw-r--r-- | services/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/Android.bp b/services/Android.bp index 024155d7dcbe..490481c7e5a2 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -116,6 +116,7 @@ droidstubs { name: "services-stubs.sources", srcs: [":services-all-sources"], installable: false, + api_tag_name: "SYSTEM_SERVER", args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.SYSTEM_SERVER\\)" + " --hide-annotation android.annotation.Hide" + " --hide InternalClasses" + // com.android.* classes are okay in this interface |