diff --git a/ApiDocs.bp b/ApiDocs.bp index ba31161009b6..6bb0535bd205 100644 --- a/ApiDocs.bp +++ b/ApiDocs.bp @@ -93,7 +93,7 @@ stubs_defaults { ":framework-scheduling-sources", ":framework-sdkextensions-sources", ":framework-statsd-sources", - ":framework-supplementalprocess-sources", + ":framework-sdksandbox-sources", ":framework-tethering-srcs", ":framework-uwb-updatable-sources", ":framework-wifi-updatable-sources", diff --git a/api/Android.bp b/api/Android.bp index 40472b7e2d69..911a3d97307f 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -122,7 +122,7 @@ combined_apis { "framework-scheduling", "framework-sdkextensions", "framework-statsd", - "framework-supplementalprocess", + "framework-sdksandbox", "framework-tethering", "framework-uwb", "framework-wifi", @@ -135,7 +135,7 @@ combined_apis { system_server_classpath: [ "service-media-s", "service-permission", - "service-supplementalprocess", + "service-sdksandbox", ], } diff --git a/services/core/Android.bp b/services/core/Android.bp index 561009fe2a71..a8e48fef7fbd 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -134,7 +134,7 @@ java_library_static { "app-compat-annotations", "framework-tethering.stubs.module_lib", "service-permission.stubs.system_server", - "service-supplementalprocess.stubs.system_server", + "service-sdksandbox.stubs.system_server", ], required: [ diff --git a/services/tests/mockingservicestests/Android.bp b/services/tests/mockingservicestests/Android.bp index 3e60af33e408..670c1596e15e 100644 --- a/services/tests/mockingservicestests/Android.bp +++ b/services/tests/mockingservicestests/Android.bp @@ -52,7 +52,7 @@ android_test { "service-blobstore", "service-jobscheduler", "service-permission.impl", - "service-supplementalprocess.impl", + "service-sdksandbox.impl", "services.companion", "services.core", "services.devicepolicy",