aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-04-05 16:11:53 -0700
committerJeff Brown <jeffbrown@google.com>2011-04-05 16:11:53 -0700
commit0ff435ab0bf9d56ffe59a5f1efe66e4aabe02f53 (patch)
tree8780f315d2b10638d387a1ba8bd193099061eed3
parentc3efb236108cf27a97d4cf7f05ee4a9a02f8e5fa (diff)
downloadoprofile-0ff435ab0bf9d56ffe59a5f1efe66e4aabe02f53.tar.gz
Disable oprofile host tools builds.
Need host prebuilt for libiconv.a because libintl.a is linked with it. Bug: 3439321 Change-Id: Ifabae6a0735f3d98287069e7b881a88c4933c56b
-rw-r--r--common.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/common.mk b/common.mk
index 62f215a..8ecf469 100644
--- a/common.mk
+++ b/common.mk
@@ -32,12 +32,13 @@ common_target_c_includes := $(common_c_includes)
common_target_cflags := $(common_cflags)
# Common host flags
-ifeq ($(strip $(TARGET_ARCH)),arm)
-toolchain := prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-linux-androideabi-4.4.x
-HAVE_LIBBFD := true
-else
+# FIXME: Temporarily disabled until we get libiconv.a in the prebuilts.
+#ifeq ($(strip $(TARGET_ARCH)),arm)
+#toolchain := prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-linux-androideabi-4.4.x
+#HAVE_LIBBFD := true
+#else
HAVE_LIBBFD := false
-endif
+#endif
ifeq ($(HAVE_LIBBFD),true)
common_host_c_includes := $(common_c_includes) $(toolchain)/include