From c95da299378b8410d6997744a7ba9fc0c8bf2875 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 22 Jun 2015 15:47:06 -0700 Subject: Disable ltrace build. Change-Id: Ic601f4b03add21135f9179b82e478c1c5d91da54 --- Android.mk | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3