diff options
| author | 2020-03-25 14:18:31 +0000 | |
|---|---|---|
| committer | 2020-03-25 14:18:31 +0000 | |
| commit | c2db55d521b36589ca89f71aafb41225337d4b43 (patch) | |
| tree | f6da6377715491ec143171694924ccaf5d41708b | |
| parent | 749cd526649864f436b5859e8fee898eb0524dff (diff) | |
| parent | bde7d4f2e4c568476d555b8a6a665db221012c9a (diff) | |
Merge "Make system_server stubs consistent with other stubs"
| -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"], } |