summaryrefslogtreecommitdiff
path: root/non_openjdk_java_files.bp
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2020-01-21 11:23:03 +0000
committerPete Bentley <prb@google.com>2020-01-21 11:23:03 +0000
commitba690c423452573411e142c1622ab64c8fc47e12 (patch)
treee43a47a0d7f0755f1d4c589da9037df613885723 /non_openjdk_java_files.bp
parentc1653f40a1ffb37d9a8e9b8f3caa8c250f92162f (diff)
Add AsynchronousCloseMonitor to intra-core API.
This change also adds it to the last-api.txt for the intra-core as it will be required as part of the long-term "stable" intra-core API in order to run mainline Conscrypt on Android 10. This API is unchanged since Android 10 and so this is a backwards compatible change. Note that AsynchronousCloseMonitor is implicitly part of the intra-core API already as its native component is invoked from Conscrypt JNI code. Bug: 147870945 Test: TreeHugger Change-Id: I61c52fc1499860db887c4cce38817913536cc98a
Diffstat (limited to 'non_openjdk_java_files.bp')
-rw-r--r--non_openjdk_java_files.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/non_openjdk_java_files.bp b/non_openjdk_java_files.bp
index 7b39f09226..8fc360775d 100644
--- a/non_openjdk_java_files.bp
+++ b/non_openjdk_java_files.bp
@@ -239,6 +239,7 @@ filegroup {
"luni/src/main/java/libcore/icu/RelativeDateTimeFormatter.java",
"luni/src/main/java/libcore/icu/TimeZoneNames.java",
"luni/src/main/java/libcore/internal/StringPool.java",
+ "luni/src/main/java/libcore/io/AsynchronousCloseMonitor.java",
"luni/src/main/java/libcore/io/ForwardingOs.java",
"luni/src/main/java/libcore/io/IoBridge.java",
"luni/src/main/java/libcore/io/IoUtils.java",
@@ -377,7 +378,6 @@ filegroup {
"luni/src/main/java/libcore/icu/DateTimeFormat.java",
"luni/src/main/java/libcore/icu/DateUtilsBridge.java",
"luni/src/main/java/libcore/internal/Java9LanguageFeatures.java",
- "luni/src/main/java/libcore/io/AsynchronousCloseMonitor.java",
"luni/src/main/java/libcore/io/ClassPathURLStreamHandler.java",
"luni/src/main/java/libcore/io/BlockGuardOs.java",
"luni/src/main/java/libcore/io/BufferIterator.java",