* #24007 Fixed build process
diff --git a/jni/libexpat/Android.mk b/jni/libexpat/Android.mk
index 0693ae2..5cf4130 100644
--- a/jni/libexpat/Android.mk
+++ b/jni/libexpat/Android.mk
@@ -3,6 +3,8 @@
 # We need to build this for both the device (as a shared library)
 # and the host (as a static library for tools to use).
 
+$(warning Android.mk -> $(LOCAL_PATH))
+
 common_SRC_FILES := \
 	xmlparse.c \
 	xmlrole.c \