aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueyao Zhu <yueyao@google.com>2017-05-05 10:29:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-05 10:29:57 +0000
commitd6fd0c33bfe23004c8323913e6100c31111b1f4c (patch)
tree6d9240067ae3e9180f85310282d911305d41805d
parent7d937e38e5674f432b21d0cd50b8a27b7b699919 (diff)
parentbcd3cbea513299a3ecad374bb9a6bd4e2c2f096c (diff)
downloaddtc-d6fd0c33bfe23004c8323913e6100c31111b1f4c.tar.gz
Build the dtc binary as a static executable am: 8aa4d201f0
am: bcd3cbea51 Change-Id: I7ada2548d57cc207c24d18ea443e9e144b7809d0
-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)