summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-10-29 18:08:41 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-10-29 18:08:42 +0000
commit726aff1955d7c143657e0ec333aaad8339a8a58b (patch)
treeef8d3d47558fd845ed635be674a868f70f177f54
parent78b686d1e88e81f29c8cfc479115b356ca72f661 (diff)
parent160f1c82d9c4764ee3585d093599676fa36861b5 (diff)
downloadextras-726aff1955d7c143657e0ec333aaad8339a8a58b.tar.gz
Merge "bionic libc tests: clean up setting for hello_world.cpp"
-rw-r--r--tests/bionic/libc/Android.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/bionic/libc/Android.mk b/tests/bionic/libc/Android.mk
index c29c237d..d54e1b51 100644
--- a/tests/bionic/libc/Android.mk
+++ b/tests/bionic/libc/Android.mk
@@ -82,14 +82,4 @@ sources := \
$(call device-test, $(sources))
-# TODO: Add a variety of GLibc test programs too...
-
-# Hello World to test libstdc++ support
-
-sources := \
- common/hello_world.cpp \
-
-EXTRA_CFLAGS := -mandroid
-#$(call device-test, $(sources))
-
endif # BIONIC_TESTS