Skip to content

Commit

Permalink
Make the SoundRecorder a required module.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ben Murdoch committed Mar 7, 2011
1 parent 6783ab4 commit 31a35e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31a35e3

Please sign in to comment.