data-ipa-cfg-mgr: Use project pathmap

Change-Id: Iae26a6b8eb98182f8bde854b0e429b3980be076b
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..ac85f3c
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,7 @@
+ifeq ($(call my-dir),$(call project-path-for,qcom-data-ipa-cfg-mgr))
+
+LOCAL_PATH := $(call my-dir)
+
+include $(call first-makefiles-under,$(LOCAL_PATH))
+
+endif