aml_commonlib: Enable it in GVA environment [1/1]
PD#SWPL-17498
Problem:
GVA and BuildRoot use the different code base
Solution:
GVA/C4A and BuildRoot use the same code base
Verify:
S410_SBR A113D
Change-Id: If4848bc686ce92f7ba007704a0300a46af714e45
Signed-off-by: Yeping Miao <yeping.miao@amlogic.com>
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..b8298bd
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,3 @@
+LOCAL_PATH := $(call my-dir)
+SUB_MAKEFILES := $(call all-subdir-makefiles)
+include $(SUB_MAKEFILES)