Using realpath instead of android_src in Android webview
BUG=367235 R=andrew@webrtc.org, torne@chromium.org Review URL: https://webrtc-codereview.appspot.com/20369004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6000 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
'lib_intermediate_name': '',
|
'lib_intermediate_name': '',
|
||||||
'conditions' : [
|
'conditions' : [
|
||||||
['android_webview_build==1', {
|
['android_webview_build==1', {
|
||||||
'lib_intermediate_name' : '<(android_src)/$(call intermediates-dir-for, STATIC_LIBRARIES, lib_core_neon_offsets,,, $(GYP_VAR_PREFIX))/lib_core_neon_offsets.a',
|
'lib_intermediate_name' : '$(realpath $(call intermediates-dir-for, STATIC_LIBRARIES, lib_core_neon_offsets,,, $(GYP_VAR_PREFIX)))/lib_core_neon_offsets.a',
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user