aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-24 22:12:45 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-25 15:18:02 -0700
commitd526425f55734e461c3ab1673abbed5cb926c7a0 (patch)
treeb20bfbcbbeb78b9c92e9d29173fe40e2706e6e0f
parentc3f927f4f51767b2c9d861a2086e5581adf916c7 (diff)
downloadwebrtc-d526425f55734e461c3ab1673abbed5cb926c7a0.tar.gz
Include test makefile
This wasn't being included by default, but it did build (so it would have been usable with 'mm' manually). Instead just always include it. Test: mmma external/webrtc Change-Id: Ibab5eaa1a2fac7ea7605fc3bef605c4663e8cc82
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d0cb5e027c..c4342a5305 100644
--- a/Android.mk
+++ b/Android.mk
@@ -90,6 +90,7 @@ include $(webrtc_path)/webrtc/common_audio/Android.mk
include $(webrtc_path)/webrtc/common_audio/resampler/Android.mk
include $(webrtc_path)/webrtc/common_audio/signal_processing/Android.mk
include $(webrtc_path)/webrtc/common_audio/vad/Android.mk
+include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/test/Android.mk
include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/fix/source/Android.mk
include $(webrtc_path)/webrtc/modules/audio_coding/codecs/isac/main/source/Android.mk
include $(webrtc_path)/webrtc/modules/audio_processing/Android.mk