summaryrefslogtreecommitdiffstats
path: root/runtime/Android.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-12-03 10:48:05 -0800
committerIan Rogers <irogers@google.com>2014-12-03 10:48:05 -0800
commit14317f030db862bb2210135b9af510df429059fd (patch)
tree156a4bcc6d1410001d5cf3ba3fa2fda0317146cc /runtime/Android.mk
parent27478e627e08ab42c43d5d934da9ea336ccaf628 (diff)
downloadart-14317f030db862bb2210135b9af510df429059fd.tar.gz
art-14317f030db862bb2210135b9af510df429059fd.tar.bz2
art-14317f030db862bb2210135b9af510df429059fd.zip
Remove unused headers.
Push Closure into only use in thread_pool.h. Remove StringFile and NullFile that existed purely for a test. Change-Id: I329892d5e1f5f017caeb3d60600f803a74114fc1
Diffstat (limited to 'runtime/Android.mk')
-rw-r--r--runtime/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 7dfdb75529..b362b73ef2 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -31,9 +31,7 @@ LIBART_COMMON_SRC_FILES := \
base/stringprintf.cc \
base/timing_logger.cc \
base/unix_file/fd_file.cc \
- base/unix_file/null_file.cc \
base/unix_file/random_access_file_utils.cc \
- base/unix_file/string_file.cc \
check_jni.cc \
class_linker.cc \
common_throws.cc \