aboutsummaryrefslogtreecommitdiff
path: root/NativeCode.bp
diff options
context:
space:
mode:
Diffstat (limited to 'NativeCode.bp')
-rw-r--r--NativeCode.bp9
1 files changed, 6 insertions, 3 deletions
diff --git a/NativeCode.bp b/NativeCode.bp
index defc30698a0..db337dce1da 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -20,7 +20,6 @@
cc_defaults {
name: "core_native_default_flags",
- defaults: ["art_module_source_build_defaults"],
host_supported: true,
cflags: [
"-Wall",
@@ -33,6 +32,9 @@ cc_defaults {
darwin: {
enabled: false,
},
+ windows: {
+ enabled: false,
+ },
},
min_sdk_version: "S",
}
@@ -67,14 +69,15 @@ cc_library_shared {
],
shared_libs: [
"libandroidio",
- "libcrypto",
"libicu",
"libexpat",
"libz",
],
static_libs: [
+ "libcrypto_for_art",
"libziparchive",
],
+ version_script: "libjavacore.map",
}
cc_library_shared {
@@ -126,11 +129,11 @@ cc_defaults {
shared_libs: [
"libandroidio",
- "libcrypto",
"libicu",
"libz",
],
static_libs: [
+ "libcrypto_for_art",
"libfdlibm",
],