summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-09-27 14:18:36 -0700
committerChristopher Ferris <cferris@google.com>2013-09-29 22:14:56 -0700
commit427e8cf90248f7da0a789fb3b4fb9a859c19aacd (patch)
tree0f8bd4e5a7f64c6af03844f9e6085e02953ef737 /tests
parent967a6d37681a006a0be588f83a81b12e79d85f8f (diff)
downloadbionic-427e8cf90248f7da0a789fb3b4fb9a859c19aacd.zip
bionic-427e8cf90248f7da0a789fb3b4fb9a859c19aacd.tar.gz
bionic-427e8cf90248f7da0a789fb3b4fb9a859c19aacd.tar.bz2
Fix line that got removed by merge.
(cherry picked from commit f14d71fcf74e755ece4f8ca2ca2b7483424aa432) Change-Id: Id3dd54d9efd87ef2bbb2c90adae2ce3911695027
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 20262f4..f1e67f8 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -150,6 +150,7 @@ LOCAL_C_INCLUDES += \
LOCAL_WHOLE_STATIC_LIBRARIES := \
$(test_fortify_static_libraries) \
bionic-unit-tests-unwind-test-impl \
+
include $(BUILD_STATIC_LIBRARY)
# -----------------------------------------------------------------------------