Skip to content

Commit

Permalink
Tidy-up a few dependencies in NativeCode.bp
Browse files Browse the repository at this point in the history
Addresses post-submit review comments on
I336baea7983a820d1b396344f23a69582139126c.

Bug: 188067586
Test: m
Change-Id: I71455ee0c74ad83ad8ba7e2609d5956efa6f10b0
  • Loading branch information
ohodson committed May 21, 2021
1 parent 13f17b9 commit 784f5e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions NativeCode.bp
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,12 @@ cc_library_shared {
],
shared_libs: [
"libandroidio",
"libbase",
"libcrypto",
"libicu",
"libexpat",
"libnativehelper",
"libz",
],
static_libs: [
"libnativehelper_compat_libc++",
"libziparchive",
],
}
Expand Down Expand Up @@ -130,12 +127,10 @@ cc_defaults {
"libandroidio",
"libcrypto",
"libicu",
"libnativehelper",
"libz",
],
static_libs: [
"libfdlibm",
"libnativehelper_compat_libc++",
],

target: {
Expand Down

0 comments on commit 784f5e7

Please sign in to comment.