aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-06-22 15:47:06 -0700
committerElliott Hughes <enh@google.com>2015-06-22 17:27:56 -0700
commitc95da299378b8410d6997744a7ba9fc0c8bf2875 (patch)
tree41e2dac4b01f1c9511794468610e90ee5aca91ff
parent09d9b8fca15daeb8f87dbbbc6b82ad83c3495341 (diff)
downloadltrace-c95da299378b8410d6997744a7ba9fc0c8bf2875.tar.gz
Change-Id: Ic601f4b03add21135f9179b82e478c1c5d91da54
-rw-r--r--Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 35625c2..4876619 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,11 @@
# limitations under the License.
#
+# If you actually want to use ltrace, let android-bionic@ know.
+# One of its dependencies (libelf) won't build with clang,
+# and we want to know whether anyone actually cares...
+ifeq (true,false)
+
LOCAL_PATH := $(call my-dir)
# -------------------------------------------------------------------------
@@ -186,3 +191,5 @@ LOCAL_MODULE_TARGET_ARCH := arm arm64 x86 x86_64
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_EXECUTABLE)
+
+endif