summaryrefslogtreecommitdiff
path: root/apex/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'apex/Android.bp')
-rw-r--r--apex/Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 4aa79a8..abed18f 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -32,6 +32,17 @@ bootclasspath_fragment {
split_packages: [
"android.provider",
],
+
+ // The following packages and all their subpackages currently only
+ // contain classes from this bootclasspath_fragment. Listing a package
+ // here won't prevent other bootclasspath modules from adding classes in
+ // any of those packages but it will prevent them from adding those
+ // classes into an API surface, e.g. public, system, etc.. Doing so will
+ // result in a build failure due to inconsistent flags.
+ package_prefixes: [
+ "android.provider.aidl",
+ "android.provider.internal.modules.utils.build",
+ ],
},
// The bootclasspath_fragments that provide APIs on which this depends.
fragments: [
@@ -80,8 +91,12 @@ apex {
prebuilts: [
"current_sdkinfo",
],
+ min_sdk_version: "34",
key: "com.android.configinfrastructure.key",
certificate: ":com.android.configinfrastructure.certificate",
+ apps: [
+ "DeviceConfigServiceResources",
+ ],
}
sdk {