summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:01:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:01:15 +0000
commitb082964d4bb309c62908cdbc91ba72d050354826 (patch)
tree86085d5dcca2f6a6e8195b9aa6a650ee68aef786
parent8489dea234dcbc294012fd6cc0f086774953dc16 (diff)
parent5944bbacc0635ceafd874f3825e629ebcc9f3e21 (diff)
downloadmodp_b64-android13-mainline-conscrypt-release.tar.gz
Snap for 8564071 from 5944bbacc0635ceafd874f3825e629ebcc9f3e21 to mainline-conscrypt-releaseaml_con_331413000aml_con_331411000aml_con_331312000aml_con_331115000aml_con_331011010android13-mainline-conscrypt-release
Change-Id: If556db493dc5189dc2bcd3d16c53bd11961b2ee5
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 962f5a4..cc02350 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,7 @@ license {
cc_library_static {
name: "libmodpb64",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
vendor_available: true,
srcs: ["modp_b64.cc"],
@@ -42,6 +43,11 @@ cc_library_static {
],
local_include_dirs: ["modp_b64"],
export_include_dirs: ["."],
+ min_sdk_version: "30",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
}
cc_library_static {