commit | 85e0de11091234d728bce9eff2c132388cf8adf5 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Tue Mar 08 07:27:16 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 08 07:27:16 2011 -0800 |
tree | 150dcc7a27fd69bebdc3da36deeed3f56d0edf88 | |
parent | 637af7a41cf184f39c701f995aa02ead075ca013 [diff] | |
parent | 31a35e32d321f2f9833a7eb217c1de0f30da2b4d [diff] |
Merge "Make the SoundRecorder a required module." into honeycomb-mr1
diff --git a/Android.mk b/Android.mk index a5a47b3..b85a869 100644 --- a/Android.mk +++ b/Android.mk
@@ -17,6 +17,9 @@ LOCAL_EMMA_COVERAGE_FILTER := *,-com.android.common.* +# We need the sound recorder for the Media Capture API. +LOCAL_REQUIRED_MODULES := SoundRecorder + include $(BUILD_PACKAGE) # additionally, build tests in sub-folders in a separate .apk