Merge "(1/6) AdServices setup." into tm-dev

This commit is contained in:
Neha Pattan
2022-02-24 23:49:59 +00:00
committed by Android (Google) Code Review
3 changed files with 6 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ stubs_defaults {
":conscrypt.module.public.api{.public.stubs.source}",
":i18n.module.public.api{.public.stubs.source}",
":framework-adservices-sources",
":framework-appsearch-sources",
":framework-auxiliary-sources",
":framework-connectivity-sources",

View File

@@ -109,6 +109,7 @@ combined_apis {
"android.net.ipsec.ike",
"art.module.public.api",
"conscrypt.module.public.api",
"framework-adservices",
"framework-appsearch",
"framework-bluetooth",
"framework-connectivity",

View File

@@ -47,6 +47,10 @@ platform_bootclasspath {
// The bootclasspath_fragments that contribute to the platform
// bootclasspath.
fragments: [
{
apex: "com.android.adservices",
module: "com.android.adservices-bootclasspath-fragment",
},
{
apex: "com.android.appsearch",
module: "com.android.appsearch-bootclasspath-fragment",