Merge "package version metadata for external/"
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_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
 
 include $(BUILD_EXECUTABLE)
+
+endif