aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-01-29 16:29:07 -0800
committerDan Willemsen <dwillemsen@google.com>2018-01-29 16:31:28 -0800
commit5db02a518c478f9e740ac1b57114e3e47d20cb2a (patch)
tree1da1b8d12b5546c4f51361348fa179ae2c8e2f6d
parent6c96047132f7ce58f3f5cffe48c42e75d25ae533 (diff)
downloadwebrtc-5db02a518c478f9e740ac1b57114e3e47d20cb2a.tar.gz
Add empty Android.mk to prevent recursion.
Bug: 72661763 Test: find . -name 'Android.mk' Change-Id: I8373f1433561bd9ae4652dc58bd2fbcb8e7d721e
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000000..3622a71260
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,5 @@
+# Intentially empty, to prevent recursion
+#
+# There is an NDK test under modules/audio_procesing/test. The NDK build system
+# uses Android.mk files too, but they're not compatible with the Platform
+# Android.mk files.