aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueyao Zhu <yueyao@google.com>2017-05-05 10:27:56 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-05 10:27:56 +0000
commitbcd3cbea513299a3ecad374bb9a6bd4e2c2f096c (patch)
tree6d9240067ae3e9180f85310282d911305d41805d
parent6df03f022a150e977ffe8f66db78d421d6849c33 (diff)
parent8aa4d201f0b0c56187a5227952e79b61481064e3 (diff)
downloaddtc-bcd3cbea513299a3ecad374bb9a6bd4e2c2f096c.tar.gz
Build the dtc binary as a static executable
am: 8aa4d201f0 Change-Id: Ifdb335ed6382f7a59cdf10e9a2b9ff0139aed088
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ee3590e..1e9a99e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,8 @@ LOCAL_SRC_FILES := \
LOCAL_STATIC_LIBRARIES := \
libfdt
+LOCAL_CXX_STL := none
+
LOCAL_MODULE := dtc
include $(BUILD_HOST_EXECUTABLE)