(1/6) AdServices setup.

Bug: 219953633
Test: build
      mmm -j packages/modules/AdServices
      mmm -j packages/modules/SupplementalApi
Change-Id: I2fe660daf8f90b41526d946fb66e83aaf9fd1ed0
This commit is contained in:
Neha Pattan
2022-02-18 19:46:09 +00:00
committed by Anton Kulakov
parent 14a9a37227
commit fa46dd2aae
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",