summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYueyao Zhu <yueyao@google.com>2017-03-28 22:30:47 -0700
committerYueyao Zhu <yueyao@google.com>2017-03-28 23:46:53 -0700
commit53cd14f71bce35827b6714346a5a08e9737ad895 (patch)
tree6eea3099abb7da8b7705339132220c8bedbed248 /tests
parent5f9e3c616657378354ed5ca1e4d0c91e33afceca (diff)
downloadlibufdt-53cd14f71bce35827b6714346a5a08e9737ad895.tar.gz
Build ufdt_overlay_apply, mkdtimg as static exec
This enables the binaries to be used without dependencies on shared libraries. Test: build and print link dependencies with ldd Change-Id: I8907022a3cd123a35ebcd79117b91545a738546e
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 bfd5c52..62735b6 100644
--- a/tests/src/Android.mk
+++ b/tests/src/Android.mk
@@ -22,6 +22,7 @@ LOCAL_STATIC_LIBRARIES := \
libfdt \
libufdt_sysdeps
LOCAL_REQUIRED_MODULES := dtc
+LOCAL_CXX_STL := none
include $(BUILD_HOST_EXECUTABLE)