Bug 932112: Rollup of changes previously applied to media/webrtc/trunk/webrtc rs=jesup

* * *
* * *
Add AndroidAudioManager to the moz.build files.
This commit is contained in:
Randell Jesup
2013-11-07 20:07:47 -05:00
parent fd198b6bf0
commit cc00b64eca
134 changed files with 2561 additions and 2529 deletions

View File

@@ -129,4 +129,9 @@ extern "C" {
JavaVM* jsjni_GetVM() {
return mozilla::AndroidBridge::GetVM();
}
__attribute__ ((visibility("default")))
JNIEnv* jsjni_GetJNIForThread() {
return GetJNIForThread();
}
}