summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index cc02350..962f5a4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,7 +32,6 @@ license {
cc_library_static {
name: "libmodpb64",
host_supported: true,
- ramdisk_available: true,
recovery_available: true,
vendor_available: true,
srcs: ["modp_b64.cc"],
@@ -43,11 +42,6 @@ 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 {