summaryrefslogtreecommitdiff
path: root/NativeCode.bp
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2019-02-06 10:58:56 +0000
committerPete Bentley <prb@google.com>2019-02-06 12:30:27 +0000
commitdfc8ce0458077409bfef8aaa157a04f103dc23a0 (patch)
tree328a107e3577d09e8a8947515af4f37acefeb125 /NativeCode.bp
parent83d51df23b460470320fa7187e1dcb85110de751 (diff)
Move AsynchronousCloseMonitor to libjavacore.
Final resting place tbd (see b/122881655) but this gets it out of libnativehelper. Bug: 122881655 Test: m && flashall Test: atest CtsLibcoreOkHttpTestCases:com.squareup.okhttp.CallTest Change-Id: I4354dd90f2ce5fa18734974efd1b6bad49ec0307
Diffstat (limited to 'NativeCode.bp')
-rw-r--r--NativeCode.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/NativeCode.bp b/NativeCode.bp
index f3b4217077..9e68b07069 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -86,6 +86,9 @@ cc_defaults {
"core_native_default_libs",
],
srcs: [":libopenjdk_native_srcs"],
+ include_dirs: [
+ "libcore/luni/src/main/native",
+ ],
cflags: [
// TODO(narayan): Prune down this list of exclusions once the underlying
// issues have been fixed. Most of these are small changes except for
@@ -100,9 +103,9 @@ cc_defaults {
shared_libs: [
"libcrypto",
"libicuuc",
- "libz",
-
+ "libjavacore",
"libnativehelper",
+ "libz",
],
static_libs: ["libfdlibm"],