Use of Android.mk in project root
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..298a8d6
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,5 @@
+# Include the Android.mk in app/src/main
+
+LOCAL_DIR := $(call my-dir)
+
+include $(LOCAL_DIR)/app/src/main/Masquerade.mk