# This file is generated by gyp; do not edit. include $(CLEAR_VARS) LOCAL_MODULE_CLASS := STATIC_LIBRARIES LOCAL_MODULE := third_party_webrtc_common_audio_common_audio_gyp LOCAL_MODULE_SUFFIX := .a LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH) LOCAL_SDK_VERSION := 21 gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX)) gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX)) # Make sure our deps are built first. GYP_TARGET_DEPENDENCIES := GYP_GENERATED_OUTPUTS := # Make sure our deps and generated files are built first. LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) LOCAL_CPP_EXTENSION := .cc LOCAL_GENERATED_SOURCES := GYP_COPIED_SOURCE_ORIGIN_DIRS := LOCAL_SRC_FILES := \ third_party/webrtc/common_audio/audio_converter.cc \ third_party/webrtc/common_audio/audio_util.cc \ third_party/webrtc/common_audio/blocker.cc \ third_party/webrtc/common_audio/fir_filter.cc \ third_party/webrtc/common_audio/resampler/push_resampler.cc \ third_party/webrtc/common_audio/resampler/push_sinc_resampler.cc \ third_party/webrtc/common_audio/resampler/resampler.cc \ third_party/webrtc/common_audio/resampler/sinc_resampler.cc \ third_party/webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c \ third_party/webrtc/common_audio/signal_processing/auto_correlation.c \ third_party/webrtc/common_audio/signal_processing/complex_fft.c \ third_party/webrtc/common_audio/signal_processing/complex_bit_reverse.c \ third_party/webrtc/common_audio/signal_processing/copy_set_operations.c \ third_party/webrtc/common_audio/signal_processing/cross_correlation.c \ third_party/webrtc/common_audio/signal_processing/division_operations.c \ third_party/webrtc/common_audio/signal_processing/dot_product_with_scale.c \ third_party/webrtc/common_audio/signal_processing/downsample_fast.c \ third_party/webrtc/common_audio/signal_processing/energy.c \ third_party/webrtc/common_audio/signal_processing/filter_ar.c \ third_party/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c \ third_party/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c \ third_party/webrtc/common_audio/signal_processing/get_hanning_window.c \ third_party/webrtc/common_audio/signal_processing/get_scaling_square.c \ third_party/webrtc/common_audio/signal_processing/ilbc_specific_functions.c \ third_party/webrtc/common_audio/signal_processing/levinson_durbin.c \ third_party/webrtc/common_audio/signal_processing/lpc_to_refl_coef.c \ third_party/webrtc/common_audio/signal_processing/min_max_operations.c \ third_party/webrtc/common_audio/signal_processing/randomization_functions.c \ third_party/webrtc/common_audio/signal_processing/refl_coef_to_lpc.c \ third_party/webrtc/common_audio/signal_processing/real_fft.c \ third_party/webrtc/common_audio/signal_processing/resample.c \ third_party/webrtc/common_audio/signal_processing/resample_48khz.c \ third_party/webrtc/common_audio/signal_processing/resample_by_2.c \ third_party/webrtc/common_audio/signal_processing/resample_by_2_internal.c \ third_party/webrtc/common_audio/signal_processing/resample_fractional.c \ third_party/webrtc/common_audio/signal_processing/spl_init.c \ third_party/webrtc/common_audio/signal_processing/spl_sqrt.c \ third_party/webrtc/common_audio/signal_processing/spl_sqrt_floor.c \ third_party/webrtc/common_audio/signal_processing/splitting_filter.c \ third_party/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c \ third_party/webrtc/common_audio/signal_processing/vector_scaling_operations.c \ third_party/webrtc/common_audio/vad/vad.cc \ third_party/webrtc/common_audio/vad/webrtc_vad.c \ third_party/webrtc/common_audio/vad/vad_core.c \ third_party/webrtc/common_audio/vad/vad_filterbank.c \ third_party/webrtc/common_audio/vad/vad_gmm.c \ third_party/webrtc/common_audio/vad/vad_sp.c \ third_party/webrtc/common_audio/wav_header.cc \ third_party/webrtc/common_audio/wav_file.cc \ third_party/webrtc/common_audio/window_generator.cc \ third_party/webrtc/common_audio/lapped_transform.cc \ third_party/webrtc/common_audio/real_fourier.cc # Flags passed to both C and C++ files. MY_CFLAGS_Debug := \ -fstack-protector \ --param=ssp-buffer-size=4 \ \ -fno-strict-aliasing \ -Wall \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -fvisibility=hidden \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ -ffunction-sections \ -funwind-tables \ -g \ -fstack-protector \ -fno-short-enums \ -finline-limit=64 \ -Wa,--noexecstack \ -U_FORTIFY_SOURCE \ -Wno-extra \ -Wno-ignored-qualifiers \ -Wno-type-limits \ -Wno-unused-but-set-variable \ -Os \ -g \ -gdwarf-4 \ -fdata-sections \ -ffunction-sections \ -fomit-frame-pointer \ -funwind-tables MY_DEFS_Debug := \ '-DV8_DEPRECATION_WARNINGS' \ '-D_FILE_OFFSET_BITS=64' \ '-DNO_TCMALLOC' \ '-DDISABLE_NACL' \ '-DCHROMIUM_BUILD' \ '-DUSE_LIBJPEG_TURBO=1' \ '-DENABLE_WEBRTC=1' \ '-DUSE_PROPRIETARY_CODECS' \ '-DENABLE_BROWSER_CDMS' \ '-DENABLE_CONFIGURATION_POLICY' \ '-DENABLE_NOTIFICATIONS' \ '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ '-DDONT_EMBED_BUILD_METADATA' \ '-DCLD_VERSION=1' \ '-DENABLE_PRINTING=1' \ '-DENABLE_BASIC_PRINTING=1' \ '-DENABLE_MANAGED_USERS=1' \ '-DVIDEO_HOLE=1' \ '-DENABLE_LOAD_COMPLETION_HACKS=1' \ '-DWEBRTC_RESTRICT_LOGGING' \ '-DEXPAT_RELATIVE_PATH' \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ '-DWEBRTC_ANDROID_OPENSLES' \ '-DUSE_LIBPCI=1' \ '-DUSE_OPENSSL=1' \ '-DUSE_OPENSSL_CERTS=1' \ '-D__STDC_CONSTANT_MACROS' \ '-D__STDC_FORMAT_MACROS' \ '-DANDROID' \ '-D__GNU_SOURCE=1' \ '-DUSE_STLPORT=1' \ '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \ '-DCHROME_BUILD_ID=""' \ '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \ '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \ '-D_DEBUG' # Include paths placed before CFLAGS/CPPFLAGS LOCAL_C_INCLUDES_Debug := \ $(gyp_shared_intermediate_dir) \ $(LOCAL_PATH) \ $(LOCAL_PATH)/third_party/webrtc/overrides \ $(LOCAL_PATH)/third_party \ $(LOCAL_PATH)/third_party/webrtc/common_audio/resampler/include \ $(LOCAL_PATH)/third_party/webrtc/common_audio/signal_processing/include \ $(LOCAL_PATH)/third_party/webrtc/system_wrappers/interface \ $(LOCAL_PATH)/third_party/openmax_dl # Flags passed to only C++ (and not C) files. LOCAL_CPPFLAGS_Debug := \ -fno-exceptions \ -fno-rtti \ -fno-threadsafe-statics \ -fvisibility-inlines-hidden \ -Wsign-compare \ -Wno-uninitialized \ -std=gnu++11 \ -Wno-narrowing \ -Wno-literal-suffix \ -Wno-non-virtual-dtor \ -Wno-sign-promo # Flags passed to both C and C++ files. MY_CFLAGS_Release := \ -fstack-protector \ --param=ssp-buffer-size=4 \ \ -fno-strict-aliasing \ -Wall \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -fvisibility=hidden \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ -fno-builtin-cos \ -fno-builtin-sin \ -fno-builtin-cosf \ -fno-builtin-sinf \ -ffunction-sections \ -funwind-tables \ -g \ -fstack-protector \ -fno-short-enums \ -finline-limit=64 \ -Wa,--noexecstack \ -U_FORTIFY_SOURCE \ -Wno-extra \ -Wno-ignored-qualifiers \ -Wno-type-limits \ -Wno-unused-but-set-variable \ -Os \ -fno-ident \ -fdata-sections \ -ffunction-sections \ -fomit-frame-pointer \ -funwind-tables MY_DEFS_Release := \ '-DV8_DEPRECATION_WARNINGS' \ '-D_FILE_OFFSET_BITS=64' \ '-DNO_TCMALLOC' \ '-DDISABLE_NACL' \ '-DCHROMIUM_BUILD' \ '-DUSE_LIBJPEG_TURBO=1' \ '-DENABLE_WEBRTC=1' \ '-DUSE_PROPRIETARY_CODECS' \ '-DENABLE_BROWSER_CDMS' \ '-DENABLE_CONFIGURATION_POLICY' \ '-DENABLE_NOTIFICATIONS' \ '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ '-DDONT_EMBED_BUILD_METADATA' \ '-DCLD_VERSION=1' \ '-DENABLE_PRINTING=1' \ '-DENABLE_BASIC_PRINTING=1' \ '-DENABLE_MANAGED_USERS=1' \ '-DVIDEO_HOLE=1' \ '-DENABLE_LOAD_COMPLETION_HACKS=1' \ '-DWEBRTC_RESTRICT_LOGGING' \ '-DEXPAT_RELATIVE_PATH' \ '-DWEBRTC_MODULE_UTILITY_VIDEO' \ '-DWEBRTC_CHROMIUM_BUILD' \ '-DLOGGING_INSIDE_WEBRTC' \ '-DWEBRTC_POSIX' \ '-DWEBRTC_LINUX' \ '-DWEBRTC_ANDROID' \ '-DWEBRTC_ANDROID_OPENSLES' \ '-DUSE_LIBPCI=1' \ '-DUSE_OPENSSL=1' \ '-DUSE_OPENSSL_CERTS=1' \ '-D__STDC_CONSTANT_MACROS' \ '-D__STDC_FORMAT_MACROS' \ '-DANDROID' \ '-D__GNU_SOURCE=1' \ '-DUSE_STLPORT=1' \ '-D_STLP_USE_PTR_SPECIALIZATIONS=1' \ '-DCHROME_BUILD_ID=""' \ '-DNDEBUG' \ '-DNVALGRIND' \ '-DDYNAMIC_ANNOTATIONS_ENABLED=0' \ '-D_FORTIFY_SOURCE=2' # Include paths placed before CFLAGS/CPPFLAGS LOCAL_C_INCLUDES_Release := \ $(gyp_shared_intermediate_dir) \ $(LOCAL_PATH) \ $(LOCAL_PATH)/third_party/webrtc/overrides \ $(LOCAL_PATH)/third_party \ $(LOCAL_PATH)/third_party/webrtc/common_audio/resampler/include \ $(LOCAL_PATH)/third_party/webrtc/common_audio/signal_processing/include \ $(LOCAL_PATH)/third_party/webrtc/system_wrappers/interface \ $(LOCAL_PATH)/third_party/openmax_dl # Flags passed to only C++ (and not C) files. LOCAL_CPPFLAGS_Release := \ -fno-exceptions \ -fno-rtti \ -fno-threadsafe-statics \ -fvisibility-inlines-hidden \ -Wsign-compare \ -Wno-uninitialized \ -std=gnu++11 \ -Wno-narrowing \ -Wno-literal-suffix \ -Wno-non-virtual-dtor \ -Wno-sign-promo LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION)) LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION)) LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION)) LOCAL_ASFLAGS := $(LOCAL_CFLAGS) ### Rules for final target. ### Set directly by aosp_build_settings. LOCAL_CLANG := false LOCAL_NDK_STL_VARIANT := stlport_static # Add target alias to "gyp_all_modules" target. .PHONY: gyp_all_modules gyp_all_modules: third_party_webrtc_common_audio_common_audio_gyp # Alias gyp target name. .PHONY: common_audio common_audio: third_party_webrtc_common_audio_common_audio_gyp include $(BUILD_STATIC_LIBRARY)