diff options
author | Pete Bentley <prb@google.com> | 2018-12-05 16:49:48 +0000 |
---|---|---|
committer | Pete Bentley <prb@google.com> | 2018-12-05 16:49:48 +0000 |
commit | cc36a9b508bec3500ad52e1608c70b259c28cf9b (patch) | |
tree | 0d1a0ffc94aec497f8da479e1171e71b21d4ac0f /NativeCode.bp | |
parent | dc7c504222a61e59d03e84fcf8efb28f7a5df280 (diff) |
Remove unused libjavacore dependency on libutils.
Bug: 119090773
Test: make && flashall
Change-Id: Ia54ad8b29b405bec180c57dc48db76778e9999a0
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 1cf9b7639e..8dfbe4f759 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -55,7 +55,6 @@ cc_library_shared { ":luni_native_srcs", "dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp", ], - shared_libs: [ "libbase", "libcrypto", @@ -68,13 +67,6 @@ cc_library_shared { static_libs: [ "libziparchive", ], - target: { - android: { - shared_libs: [ - "libutils", - ], - }, - }, } cc_defaults { |