Add GN targets for AppRTC Demo on Android.

Adds GN equivalents for following targets:
AppRTCDemo          -> //webrtc/examples:AppRTCDemo
AppRTCDemo_apk      -> //webrtc/examples:AppRTCDemo_lib (kind of)
AppRTCDemoJUnitTest -> //webrtc/examples:AppRTCDemoJUnitTest
AppRTCDemoTest      -> //webrtc/examples:AppRTCDemoTest
libjingle_peerconnection_java -> //webrtc/api/libjingle_peerconnection_java
libjingle_peerconnection_so   -> //webrtc/api/libjingle_peerconnection_so

New GN targets:
//webrtc/base:base_java
//webrtc/examples:AppRTCDemo_resources
//webrtc/examples/androidapp/third_party/autobanh:autobanh_java

BUG=webrtc:6035
R=magjed@webrtc.org, tommi@webrtc.org

Review URL: https://codereview.webrtc.org/2105803002 .

Cr-Commit-Position: refs/heads/master@{#13322}
This commit is contained in:
Sami Kalliomaki
2016-06-29 14:55:00 +02:00
parent 1895526c61
commit 9c0c75bd6e
7 changed files with 215 additions and 2 deletions

View File

@ -419,10 +419,10 @@
'R_package': 'org.appspot.apprtc',
'R_package_relpath': 'org/appspot/apprtc',
'input_jars_paths': [
'examples/androidapp/third_party/autobanh/autobanh.jar',
'examples/androidapp/third_party/autobanh/lib/autobanh.jar',
],
'library_dexed_jars_paths': [
'examples/androidapp/third_party/autobanh/autobanh.jar',
'examples/androidapp/third_party/autobanh/lib/autobanh.jar',
],
'native_lib_target': 'libjingle_peerconnection_so',
'add_to_dependents_classpaths':1,