From 497ff21fadae4270e62a04006be5e666ba9f04ad Mon Sep 17 00:00:00 2001 From: "michaelbai@google.com" Date: Mon, 28 Apr 2014 15:46:46 +0000 Subject: [PATCH] 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 --- webrtc/modules/audio_processing/lib_core_neon_offsets.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/lib_core_neon_offsets.gypi b/webrtc/modules/audio_processing/lib_core_neon_offsets.gypi index a4d6b74885..ce257a812d 100644 --- a/webrtc/modules/audio_processing/lib_core_neon_offsets.gypi +++ b/webrtc/modules/audio_processing/lib_core_neon_offsets.gypi @@ -14,7 +14,7 @@ 'lib_intermediate_name': '', 'conditions' : [ ['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', }], ], },