summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-10-29 18:11:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-29 18:11:54 +0000
commit577f94678da1ff2c9c8c9c211e805a9ea84136f7 (patch)
treefe2661b4741ba367c66c81e788980eea2ca5a5df /tests
parente9626c97e24fab1e20400abb65a4c1309bde1f5b (diff)
parent726aff1955d7c143657e0ec333aaad8339a8a58b (diff)
downloadextras-577f94678da1ff2c9c8c9c211e805a9ea84136f7.tar.gz
am 726aff19: Merge "bionic libc tests: clean up setting for hello_world.cpp"
* commit '726aff1955d7c143657e0ec333aaad8339a8a58b': bionic libc tests: clean up setting for hello_world.cpp
Diffstat (limited to 'tests')
-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