summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@google.com>2016-01-19 18:30:31 -0800
committerGaurav Shah <gauravsh@google.com>2016-01-19 18:30:31 -0800
commit214884a91820ae893cced946c31d662506dbe528 (patch)
tree73f1c9ee790bf2d3534c3bd79f4fce8908788eea
parentbedffaa55c35f29e93356efd0da8d31340c8690f (diff)
downloadmarvell-214884a91820ae893cced946c31d662506dbe528.tar.gz
iap140: Use clang to build
Explicitly set to build with clang (which will soon be the default). BUG=26283900 TEST=build abox_edge-eng Change-Id: Iebaf3da424c968bedd8fd00d3150e4840e6280f7
-rw-r--r--soc/iap140/soc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/soc/iap140/soc.mk b/soc/iap140/soc.mk
index 0719af7..9a13881 100644
--- a/soc/iap140/soc.mk
+++ b/soc/iap140/soc.mk
@@ -23,6 +23,9 @@ TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_KERNEL_ARCH := $(TARGET_ARCH)
+# TODO: Remove once clang is the default. http://b/26283900
+USE_CLANG_PLATFORM_BUILD := true
+
TARGET_NO_BOOTLOADER := false
TARGET_NO_KERNEL := false