Merge "Stop system server depending on the stubs of itself" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
91440b9249
@@ -48,5 +48,5 @@ java_library {
|
||||
name: "service-permission-stubs",
|
||||
srcs: [":service-permission-stubs-srcs"],
|
||||
defaults: ["service-module-stubs-defaults"],
|
||||
visibility: ["//visibility:private"]
|
||||
visibility: ["//frameworks/base/services/core"]
|
||||
}
|
||||
|
||||
@@ -91,7 +91,6 @@ java_library_static {
|
||||
],
|
||||
|
||||
libs: [
|
||||
"android_system_server_stubs_current",
|
||||
"services.net",
|
||||
"android.hardware.light-V2.0-java",
|
||||
"android.hardware.power-java",
|
||||
@@ -101,6 +100,7 @@ java_library_static {
|
||||
"android.net.ipsec.ike.stubs.module_libs_api",
|
||||
"app-compat-annotations",
|
||||
"framework-tethering-stubs-module_libs_api",
|
||||
"service-permission-stubs",
|
||||
],
|
||||
|
||||
required: [
|
||||
|
||||
Reference in New Issue
Block a user