Files
platform-external-webrtc/Android.mk
Dan Willemsen 5db02a518c Add empty Android.mk to prevent recursion.
Bug: 72661763
Test: find . -name 'Android.mk'
Change-Id: I8373f1433561bd9ae4652dc58bd2fbcb8e7d721e
2018-01-29 16:31:28 -08:00

6 lines
218 B
Makefile

# 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.