diff options
author | Anton Hansson <hansson@google.com> | 2020-03-19 15:23:32 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-03-20 13:02:03 +0000 |
commit | bde7d4f2e4c568476d555b8a6a665db221012c9a (patch) | |
tree | b52fc43d4cb580942345248672db4df5d2c5e49b /services/Android.bp | |
parent | 7f69e09d79810604d25f8a6ebcfc03a3fb7bed3a (diff) |
Make system_server stubs consistent with other stubs
Include the module_api stubs in system_server one instead of
putting both of these jars on the classpath. Also rename it
to be in line with the other stubs.
Bug: 149293194
Test: m
Change-Id: I2a9318c8ae036edafac086687601fa73d9bf4678
Merged-In: I2a9318c8ae036edafac086687601fa73d9bf4678
(cherry picked from commit a49fb99d8cff85326bd9dd13e383c6cb6284dd3b)
Diffstat (limited to 'services/Android.bp')
-rw-r--r-- | services/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp index 8ebad4efc1b5..30dbbd411a79 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -138,7 +138,8 @@ droidstubs { } java_library { - name: "services-stubs", + name: "android_system_server_stubs_current", srcs: [":services-stubs.sources"], installable: false, + static_libs: ["android_module_lib_stubs_current"], } |