summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/sub.mk
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-04-23 16:41:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-23 16:41:39 +0000
commit4d402932d370f12f43045518dac4eeef542648c4 (patch)
tree8a0fa042ea7b2a59cdbfb3fcc1d305e8402dadbd /luni/src/main/native/sub.mk
parent2e667679740a2a204b7f0566d2ba334b3fb2acc1 (diff)
parentf0d40d662d9dfdb04215c718961765837d2cf00c (diff)
downloadlibcore-4d402932d370f12f43045518dac4eeef542648c4.zip
libcore-4d402932d370f12f43045518dac4eeef542648c4.tar.gz
libcore-4d402932d370f12f43045518dac4eeef542648c4.tar.bz2
Merge "libcore changes to support asynchronous close interruption"
Diffstat (limited to 'luni/src/main/native/sub.mk')
-rw-r--r--luni/src/main/native/sub.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/main/native/sub.mk b/luni/src/main/native/sub.mk
index e8b6e4a..6bec778 100644
--- a/luni/src/main/native/sub.mk
+++ b/luni/src/main/native/sub.mk
@@ -4,7 +4,7 @@
# or BUILD_*_LIBRARY.
LOCAL_SRC_FILES := \
- AsynchronousSocketCloseMonitor.cpp \
+ AsynchronousCloseMonitor.cpp \
ExecStrings.cpp \
IcuUtilities.cpp \
JniException.cpp \