summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:31:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:31:37 +0000
commita9daf3de39fd92cd27587a3745af6ccba6046386 (patch)
tree86085d5dcca2f6a6e8195b9aa6a650ee68aef786
parentc067f710f0efc0921342a593110cd77f30f09c0b (diff)
parent74543e10b51ab2fc8ab0f161340615f404484956 (diff)
downloadmodp_b64-a9daf3de39fd92cd27587a3745af6ccba6046386.tar.gz
Snap for 8358640 from 74543e10b51ab2fc8ab0f161340615f404484956 to mainline-go-conscrypt-release
Change-Id: Idb207e535113e7719c9dca3c57e2ee85f5bff9b9
-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 {