diff options
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 3780e7d432..f041bc2d63 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -39,11 +39,11 @@ cc_defaults { cc_defaults { name: "core_native_default_libs", static_libs: [ - "libbase", "libfdlibm", ], shared_libs: [ + "libbase", "liblog", "libnativehelper", ], @@ -61,6 +61,7 @@ cc_library_shared { ], shared_libs: [ + "libbase", "libcrypto", "libexpat", "libicuuc", @@ -70,7 +71,6 @@ cc_library_shared { ], static_libs: [ "libziparchive", - "libbase", ], target: { android: { |