summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYueyao Zhu <yueyao@google.com>2017-03-29 12:20:23 -0700
committerYueyao Zhu <yueyao@google.com>2017-03-29 12:21:38 -0700
commita6a1ddd4951b82429ac6b41de5f87164185f0f5c (patch)
tree6d57a6efa8d9812343bc74920ba02702e770d5bb /tests
parent205ff133d5b19a19889df8e373f274e7a8a9c273 (diff)
downloadlibufdt-a6a1ddd4951b82429ac6b41de5f87164185f0f5c.tar.gz
Build extract_dtb as static exec
Test: build and print link dependencies with ldd Change-Id: I92d645bf6e2e9665b0f74ad4691f2a1792747d8b
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/Android.mk b/tests/src/Android.mk
index 62735b6..ce8ffaf 100644
--- a/tests/src/Android.mk
+++ b/tests/src/Android.mk
@@ -63,6 +63,7 @@ LOCAL_STATIC_LIBRARIES := \
libfdt \
libufdt_sysdeps
LOCAL_REQUIRED_MODULES := dtc
+LOCAL_CXX_STL := none
include $(BUILD_HOST_EXECUTABLE)