Unbreak ninja/android build of webrtc.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3076 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
fischman@webrtc.org 2012-11-10 22:39:37 +00:00
parent 6590ec3a62
commit cb76c3c3f7

View File

@ -47,7 +47,8 @@
'action': [
'python',
'<(gen_header)',
'--compiler=$(CC)', # Specifiy the compiler.
'--compiler=<!(/bin/echo -n ${ANDROID_GOMA_WRAPPER} '
'<(android_toolchain)/*-gcc)',
'--options=-I.. -I<@(android_ndk_include) -S', # Compiler options.
'--dir=<(out_dir)',
'<(RULE_INPUT_PATH)',