Skip to content

Commit

Permalink
libcore: add dependency on libnativehelper_compat_libc++ am: 13f17b9
Browse files Browse the repository at this point in the history
Original change: https://googleplex-android-review.googlesource.com/c/platform/libcore/+/14662188

Change-Id: I06e226ed083e7619b23987ba0e4331090d71d5b5
  • Loading branch information
ohodson authored and android-build-merge-worker-robot committed May 21, 2021
2 parents d53a9aa + 13f17b9 commit 7765159
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NativeCode.bp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ cc_defaults {
"liblog",
"libnativehelper",
],
static_libs: ["libnativehelper_compat_libc++"],
}

cc_library_shared {
Expand Down Expand Up @@ -73,6 +74,7 @@ cc_library_shared {
"libz",
],
static_libs: [
"libnativehelper_compat_libc++",
"libziparchive",
],
}
Expand Down Expand Up @@ -131,7 +133,10 @@ cc_defaults {
"libnativehelper",
"libz",
],
static_libs: ["libfdlibm"],
static_libs: [
"libfdlibm",
"libnativehelper_compat_libc++",
],

target: {
linux_glibc: {
Expand Down Expand Up @@ -228,6 +233,8 @@ cc_test {
"liblog",
"libnativehelper",
],

static_libs: ["libnativehelper_compat_libc++"],
}

// Set of benchmarks for libjavacore functions.
Expand Down

0 comments on commit 7765159

Please sign in to comment.