aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-04-30 15:12:35 -0700
committerTim Murray <timmurray@google.com>2014-04-30 15:12:35 -0700
commit0f1e61bff51b07133cef340cb424fc3ee5b8689b (patch)
treeee1c44bfb3cdabd5a0d3ae666bb04d3173ca068d
parent6b161a1f96ff3ba5fe2cfd1428f12bf599d11d8a (diff)
downloadclang_35a-master.tar.gz
Fix build system for rebase.HEADmastermain
Change-Id: Icf454889d6758b663fbe4d43b29b0ae2c1e9f28c
-rw-r--r--tools/driver/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/driver/Android.mk b/tools/driver/Android.mk
index aa00a0d67b..5c546440dd 100644
--- a/tools/driver/Android.mk
+++ b/tools/driver/Android.mk
@@ -92,7 +92,8 @@ LOCAL_STATIC_LIBRARIES := \
libLLVMOption \
libLLVMSupport \
libLLVMTarget \
- libLLVMProfileData
+ libLLVMProfileData \
+ libLLVMObject
LOCAL_LDLIBS += -lm
ifdef USE_MINGW