diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-01-21 18:04:13 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-21 18:04:13 +0000 |
commit | 0a8400ecba0eaca74b6543a3e9b91fbb27dba65e (patch) | |
tree | d5755815ed00c29e700b9f12f7c550166ecfaa3a | |
parent | 89582facba27753cc57e85fff295fc1ce762729e (diff) | |
parent | 5ba39dfc2733589f69828bfc8ff9a1124916ef33 (diff) |
Merge "rename services-stub-sources filegroup to services-all-sources"
-rw-r--r-- | services/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/Android.bp b/services/Android.bp index 914ea2859fb1..a58245361939 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -6,7 +6,7 @@ filegroup { } filegroup { - name: "services-stub-sources", + name: "services-all-sources", srcs: [ ":services.core-sources", ":services.accessibility-sources", @@ -111,7 +111,7 @@ filegroup { droidstubs { name: "services-stubs.sources", - srcs: [":services-stub-sources"], + srcs: [":services-all-sources"], installable: false, // TODO: remove the --hide options below args: " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.MODULE_LIBRARIES,process=android.annotation.SystemApi.Process.SYSTEM_SERVER\\)" + |