summaryrefslogtreecommitdiffstats
path: root/services/audiopolicy/common/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/audiopolicy/common/Android.mk')
-rw-r--r--services/audiopolicy/common/Android.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/audiopolicy/common/Android.mk b/services/audiopolicy/common/Android.mk
new file mode 100644
index 0000000..dcce8e3
--- /dev/null
+++ b/services/audiopolicy/common/Android.mk
@@ -0,0 +1,9 @@
+
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+#######################################################################
+# Recursive call sub-folder Android.mk
+#
+include $(call all-makefiles-under,$(LOCAL_PATH))
+