Fix Android build after test/ -> src/test/

TBR=leozwang@webrtc.org
BUG=none
TEST=Android trybot

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2447 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-06-27 03:22:37 +00:00
parent 81cf5e4752
commit 7a281a5634
3 changed files with 4 additions and 4 deletions

View File

@ -112,7 +112,7 @@ LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES:= \
$(call all-proto-files-under, test) \
test/unit_test.cc \
../../../test/testsupport/fileutils.cc
../../test/testsupport/fileutils.cc
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \

View File

@ -19,7 +19,7 @@
#include "module_common_types.h"
#include "scoped_ptr.h"
#include "signal_processing_library.h"
#include "testsupport/fileutils.h"
#include "test/testsupport/fileutils.h"
#include "thread_wrapper.h"
#include "trace.h"
#ifdef WEBRTC_ANDROID_PLATFORM_BUILD

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "testsupport/fileutils.h"
#include "test/testsupport/fileutils.h"
#ifdef WIN32
#include <direct.h>