summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2011-03-01 12:05:22 +0000
committerBen Murdoch <benm@google.com>2011-03-07 16:33:01 +0000
commit31a35e32d321f2f9833a7eb217c1de0f30da2b4d (patch)
treed85847655f07b83722e8db8f7506b6bca0908007
parent6783ab4fe85a39be7fffa6590237374c6ffe2860 (diff)
downloadpackages_apps_browser-31a35e32d321f2f9833a7eb217c1de0f30da2b4d.zip
packages_apps_browser-31a35e32d321f2f9833a7eb217c1de0f30da2b4d.tar.gz
packages_apps_browser-31a35e32d321f2f9833a7eb217c1de0f30da2b4d.tar.bz2
Make the SoundRecorder a required module.
This rule adds a dependency on the SoundRecorder app in the Browser so that it will get built and added to the system image. We need the sound recorder to fully support audio capture as part of the Media Capture API. Bug: 3498644 Change-Id: I166fc90553358970b16b23e2a7e4e8efa202127f
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index a5a47b3..b85a869 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,6 +17,9 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags
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