Add SupplementalProcess stubs and bootclasspath fragment
Test: Builds Bug: b/210728915 Change-Id: I9ac910fa2275eb68faed05a800e990eef6a1fe90
This commit is contained in:
parent
5c57f3bebf
commit
f2bb5e0c5f
@ -177,6 +177,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
static_libs: [
|
||||
"framework-auxiliary.impl",
|
||||
"framework-supplementalapi.impl",
|
||||
],
|
||||
},
|
||||
|
@ -116,6 +116,7 @@ stubs_defaults {
|
||||
":i18n.module.public.api{.public.stubs.source}",
|
||||
|
||||
":framework-appsearch-sources",
|
||||
":framework-auxiliary-sources",
|
||||
":framework-connectivity-sources",
|
||||
":framework-connectivity-tiramisu-updatable-sources",
|
||||
":framework-graphics-srcs",
|
||||
|
@ -285,6 +285,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
libs: [
|
||||
"framework-auxiliary.stubs",
|
||||
"framework-supplementalapi.stubs",
|
||||
],
|
||||
},
|
||||
@ -302,6 +303,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
libs: [
|
||||
"framework-auxiliary.stubs",
|
||||
"framework-supplementalapi.stubs",
|
||||
],
|
||||
},
|
||||
@ -334,6 +336,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
libs: [
|
||||
"framework-auxiliary.stubs",
|
||||
"framework-supplementalapi.stubs",
|
||||
],
|
||||
},
|
||||
@ -362,6 +365,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
static_libs: [
|
||||
"framework-auxiliary.stubs",
|
||||
"framework-supplementalapi.stubs",
|
||||
],
|
||||
},
|
||||
@ -378,6 +382,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
static_libs: [
|
||||
"framework-auxiliary.stubs",
|
||||
"framework-supplementalapi.stubs",
|
||||
],
|
||||
},
|
||||
@ -410,6 +415,7 @@ java_library_with_nonpublic_deps {
|
||||
soong_config_variables: {
|
||||
include_nonpublic_framework_api: {
|
||||
static_libs: [
|
||||
"framework-auxiliary.stubs",
|
||||
"framework-supplementalapi.stubs",
|
||||
],
|
||||
},
|
||||
|
@ -128,6 +128,7 @@ combined_apis {
|
||||
"i18n.module.public.api",
|
||||
],
|
||||
conditional_bootclasspath: [
|
||||
"framework-auxiliary",
|
||||
"framework-supplementalapi",
|
||||
],
|
||||
system_server_classpath: [
|
||||
|
@ -55,6 +55,10 @@ platform_bootclasspath {
|
||||
apex: "com.android.art",
|
||||
module: "art-bootclasspath-fragment",
|
||||
},
|
||||
{
|
||||
apex: "com.android.auxiliary",
|
||||
module: "com.android.auxiliary-bootclasspath-fragment",
|
||||
},
|
||||
{
|
||||
apex: "com.android.conscrypt",
|
||||
module: "com.android.conscrypt-bootclasspath-fragment",
|
||||
|
Loading…
x
Reference in New Issue
Block a user