Enable WebRTC demo application on x86 Android

Steps to build the demo application for x86 Android:
source build/android/envsetup.sh --target-arch=x86
gclient runhooks
ninja -C out/Debug
cd webrtc/video_engine/test/android
ndk-build APP_ABI=x86
ant debug

Commmitted as https://code.google.com/p/webrtc/source/detail?r=4053

R=fischman@webrtc.org, leozwang@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1478004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4058 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2013-05-17 17:20:04 +00:00
parent 21632124dd
commit 5a602d7996

View File

@ -95,7 +95,9 @@
'tterriberry@mozilla.com',
'leozwang@webrtc.org'],
'root_files': ['andrew@webrtc.org',
'niklas.enbom@webrtc.org'],
'niklas.enbom@webrtc.org',
'yujie.mao@intel.com',
],
'documented_interfaces': ['interface-changes@webrtc.org',
'rwolff@gocast.it'],
'common_audio': ['bjornv@webrtc.org',
@ -104,7 +106,9 @@
'video_engine': ['andresp@webrtc.org',
'mflodman@webrtc.org',
'perkj@webrtc.org',
'stefan@webrtc.org'],
'stefan@webrtc.org',
'yujie.mao@intel.com'
],
'voice_engine': ['henrika@webrtc.org'],
'video_capture': ['mflodman@webrtc.org',
'perkj@webrtc.org'],