summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/Android.bp3
-rw-r--r--services/core/Android.bp2
2 files changed, 3 insertions, 2 deletions
diff --git a/services/Android.bp b/services/Android.bp
index c4be0032ade8..024155d7dcbe 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -144,7 +144,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"],
}
diff --git a/services/core/Android.bp b/services/core/Android.bp
index 9e19ad2aecf4..723c6b1e8d40 100644
--- a/services/core/Android.bp
+++ b/services/core/Android.bp
@@ -91,7 +91,7 @@ java_library_static {
],
libs: [
- "services-stubs",
+ "android_system_server_stubs_current",
"services.net",
"android.hardware.light-V2.0-java",
"android.hardware.power-java",