diff options
author | Neil Fuller <nfuller@google.com> | 2014-04-23 16:41:38 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-04-23 16:41:39 +0000 |
commit | 4d402932d370f12f43045518dac4eeef542648c4 (patch) | |
tree | 8a0fa042ea7b2a59cdbfb3fcc1d305e8402dadbd /luni/src/main/native/sub.mk | |
parent | 2e667679740a2a204b7f0566d2ba334b3fb2acc1 (diff) | |
parent | f0d40d662d9dfdb04215c718961765837d2cf00c (diff) | |
download | libcore-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.mk | 2 |
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 \ |