Re-add WebRTCDemo dependencies as dependencies (not just inputs) because they also need to be built for this target!
BUG=1980 R=braveyao@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1734004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4275 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1d4a2d5daf
commit
0021632f40
@ -9,7 +9,7 @@
|
||||
'variables': {
|
||||
# NOTE: This laundry list of libs comes from jni/Android.mk and should be
|
||||
# kept in sync with that location. Also note that the explicit library
|
||||
# names must be used (instead of the names of their gyp targets) because
|
||||
# names must be used (in addition to the names of their gyp targets) because
|
||||
# these are fed into the 'inputs' attribute of the action below, not to
|
||||
# 'dependencies' because these need to be real (build-time) dependencies,
|
||||
# not just order-only dependencies
|
||||
@ -82,6 +82,12 @@
|
||||
'inputs': [ '<@(android_mk_arm_libs)' ],
|
||||
}],
|
||||
],
|
||||
'dependencies': [
|
||||
'<(webrtc_root)/modules/modules.gyp:*',
|
||||
'<(webrtc_root)/test/test.gyp:channel_transport',
|
||||
'<(webrtc_root)/video_engine/video_engine.gyp:video_engine_core',
|
||||
'<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
|
||||
],
|
||||
'actions': [
|
||||
{
|
||||
# TODO(leozwang): Convert building of the demo to a proper GYP target
|
||||
|
Loading…
x
Reference in New Issue
Block a user