aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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