Qickly fixed android platform build breakage
TBR=ajm Review URL: https://webrtc-codereview.appspot.com/920006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2966 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
96993757df
commit
534e495df0
20
Android.mk
20
Android.mk
@ -9,16 +9,16 @@
|
||||
MY_WEBRTC_ROOT_PATH := $(call my-dir)
|
||||
|
||||
# voice
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/common_audio/signal_processing/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/common_audio/vad/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/aec/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/aecm/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/agc/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/ns/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/utility/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/modules/utility/source/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/src/system_wrappers/source/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/common_audio/signal_processing/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/common_audio/vad/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/audio_processing/aec/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/audio_processing/aecm/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/audio_processing/agc/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/audio_processing/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/audio_processing/ns/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/audio_processing/utility/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/modules/utility/source/Android.mk
|
||||
include $(MY_WEBRTC_ROOT_PATH)/webrtc/system_wrappers/source/Android.mk
|
||||
|
||||
# build .so
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
@ -60,7 +60,7 @@ GEN := $(LOCAL_PATH)/aecm_core_neon_offsets.h
|
||||
|
||||
# Generate a header file aecm_core_neon_offsets.h which will be included in
|
||||
# assembly file aecm_core_neon.S, from file aecm_core_neon_offsets.c.
|
||||
$(GEN): $(LOCAL_PATH)/../../../../src/build/generate_asm_header.py \
|
||||
$(GEN): $(LOCAL_PATH)/../../../build/generate_asm_header.py \
|
||||
$(intermediates)/aecm_core_neon_offsets.S
|
||||
@python $^ $@ offset_aecm_
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
#ifdef WEBRTC_AUDIOPROC_DEBUG_DUMP
|
||||
// Files generated at build-time by the protobuf compiler.
|
||||
#ifdef WEBRTC_ANDROID_PLATFORM_BUILD
|
||||
#include "external/webrtc/src/modules/audio_processing/debug.pb.h"
|
||||
#include "external/webrtc/webrtc/modules/audio_processing/debug.pb.h"
|
||||
#else
|
||||
#include "webrtc/audio_processing/debug.pb.h"
|
||||
#endif
|
||||
|
@ -61,7 +61,7 @@ GEN := $(LOCAL_PATH)/nsx_core_neon_offsets.h
|
||||
|
||||
# Generate a header file nsx_core_neon_offsets.h which will be included in
|
||||
# assembly file nsx_core_neon.S, from file nsx_core_neon_offsets.c.
|
||||
$(GEN): $(LOCAL_PATH)/../../../../src/build/generate_asm_header.py \
|
||||
$(GEN): $(LOCAL_PATH)/../../../build/generate_asm_header.py \
|
||||
$(intermediates)/nsx_core_neon_offsets.S
|
||||
@python $^ $@ offset_nsx_
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "scoped_ptr.h"
|
||||
#include "tick_util.h"
|
||||
#ifdef WEBRTC_ANDROID_PLATFORM_BUILD
|
||||
#include "external/webrtc/src/modules/audio_processing/debug.pb.h"
|
||||
#include "external/webrtc/webrtc/modules/audio_processing/debug.pb.h"
|
||||
#else
|
||||
#include "webrtc/audio_processing/debug.pb.h"
|
||||
#endif
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "thread_wrapper.h"
|
||||
#include "trace.h"
|
||||
#ifdef WEBRTC_ANDROID_PLATFORM_BUILD
|
||||
#include "external/webrtc/src/modules/audio_processing/test/unittest.pb.h"
|
||||
#include "external/webrtc/webrtc/modules/audio_processing/test/unittest.pb.h"
|
||||
#else
|
||||
#include "webrtc/audio_processing/unittest.pb.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user