Merge "Rename supplementalprocess->sdksandbox jars" into tm-dev
This commit is contained in:
@@ -94,7 +94,7 @@ stubs_defaults {
|
|||||||
":framework-scheduling-sources",
|
":framework-scheduling-sources",
|
||||||
":framework-sdkextensions-sources",
|
":framework-sdkextensions-sources",
|
||||||
":framework-statsd-sources",
|
":framework-statsd-sources",
|
||||||
":framework-supplementalprocess-sources",
|
":framework-sdksandbox-sources",
|
||||||
":framework-tethering-srcs",
|
":framework-tethering-srcs",
|
||||||
":framework-uwb-updatable-sources",
|
":framework-uwb-updatable-sources",
|
||||||
":framework-wifi-updatable-sources",
|
":framework-wifi-updatable-sources",
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ combined_apis {
|
|||||||
"framework-scheduling",
|
"framework-scheduling",
|
||||||
"framework-sdkextensions",
|
"framework-sdkextensions",
|
||||||
"framework-statsd",
|
"framework-statsd",
|
||||||
"framework-supplementalprocess",
|
"framework-sdksandbox",
|
||||||
"framework-tethering",
|
"framework-tethering",
|
||||||
"framework-uwb",
|
"framework-uwb",
|
||||||
"framework-wifi",
|
"framework-wifi",
|
||||||
@@ -136,7 +136,7 @@ combined_apis {
|
|||||||
system_server_classpath: [
|
system_server_classpath: [
|
||||||
"service-media-s",
|
"service-media-s",
|
||||||
"service-permission",
|
"service-permission",
|
||||||
"service-supplementalprocess",
|
"service-sdksandbox",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ java_library_static {
|
|||||||
"app-compat-annotations",
|
"app-compat-annotations",
|
||||||
"framework-tethering.stubs.module_lib",
|
"framework-tethering.stubs.module_lib",
|
||||||
"service-permission.stubs.system_server",
|
"service-permission.stubs.system_server",
|
||||||
"service-supplementalprocess.stubs.system_server",
|
"service-sdksandbox.stubs.system_server",
|
||||||
],
|
],
|
||||||
|
|
||||||
required: [
|
required: [
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ android_test {
|
|||||||
"service-blobstore",
|
"service-blobstore",
|
||||||
"service-jobscheduler",
|
"service-jobscheduler",
|
||||||
"service-permission.impl",
|
"service-permission.impl",
|
||||||
"service-supplementalprocess.impl",
|
"service-sdksandbox.impl",
|
||||||
"services.companion",
|
"services.companion",
|
||||||
"services.core",
|
"services.core",
|
||||||
"services.devicepolicy",
|
"services.devicepolicy",
|
||||||
|
|||||||
Reference in New Issue
Block a user