Merge "Make system_server stubs consistent with other stubs" into rvc-dev

This commit is contained in:
Anton Hansson
2020-03-20 12:25:23 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -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"],
}

View File

@@ -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",