summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:04:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:04:58 +0000
commit7b56b08317094da42983b38114bb348609b9069a (patch)
tree86085d5dcca2f6a6e8195b9aa6a650ee68aef786
parentcbaef8e59baf6cbdc0795147be1664314489fa5f (diff)
parent5944bbacc0635ceafd874f3825e629ebcc9f3e21 (diff)
downloadmodp_b64-android13-mainline-media-swcodec-release.tar.gz
Change-Id: I2784b21eb9c1ce7c30b8e1189d787dd262fcd3c2
-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 {