diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 7 |
1 files changed, 7 insertions, 0 deletions
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 |