Fix the library path for android 64-bit build
BUG=359687 R=andrew@webrtc.org, fischman@webrtc.org, torne@chromium.org Review URL: https://webrtc-codereview.appspot.com/11149004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5844 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)/lib_core_neon_offsets.a',
|
'lib_intermediate_name' : '<(android_src)/$(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