aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-26 17:27:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-26 17:27:59 +0000
commita8bd46c0eafcc7ba76006e15a24a8971271f9058 (patch)
treebda1abd96f481b24fc11a8e0a5772738440f84ab
parent2f2f431003ce05bb0a86d9dca3993d1bd3b583a7 (diff)
parent83ee95b35135ab6bee6dc3a4afed8ef82566bfbe (diff)
downloadadb-android13-mainline-go-cellbroadcast-release.tar.gz
Snap for 8871491 from 83ee95b35135ab6bee6dc3a4afed8ef82566bfbe to mainline-go-cellbroadcast-releaseaml_go_cbr_330912000android13-mainline-go-cellbroadcast-release
Change-Id: Ic9c1ba04072ea535b02de67072ce3770719c7831
-rw-r--r--apex/Android.bp23
-rw-r--r--apex/apex_manifest.json6
2 files changed, 6 insertions, 23 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 4588d237..05c40e4c 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -9,7 +9,8 @@ package {
apex_defaults {
name: "com.android.adbd-defaults",
- defaults: ["r-launched-apex-module"],
+
+ defaults: ["r-launched-dcla-enabled-apex-module"],
binaries: ["adbd"],
compile_multilib: "both",
@@ -31,30 +32,10 @@ apex_defaults {
compressible: true,
}
-soong_config_module_type_import {
- from: "system/apex/Android.bp",
- module_types: ["library_linking_strategy_apex_defaults"],
-}
-
-library_linking_strategy_apex_defaults {
- name: "adbd_manifest_defaults",
- soong_config_variables: {
- library_linking_strategy: {
- prefer_static: {
- min_sdk_version: "30",
- },
- conditions_default: {
- min_sdk_version: "current",
- },
- },
- },
-}
-
apex {
name: "com.android.adbd",
defaults: [
"com.android.adbd-defaults",
- "adbd_manifest_defaults",
],
}
diff --git a/apex/apex_manifest.json b/apex/apex_manifest.json
index 5339342f..75f40e0f 100644
--- a/apex/apex_manifest.json
+++ b/apex/apex_manifest.json
@@ -1,5 +1,7 @@
{
"name": "com.android.adbd",
- "version": 339990000,
- "versionName": "339990000"
+
+ // Placeholder module version to be replaced during build.
+ // Do not change!
+ "version": 0
}