# This file is generated by gyp; do not edit. include $(CLEAR_VARS) LOCAL_MODULE_CLASS := EXECUTABLES LOCAL_MODULE := third_party_protobuf_protoc_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp LOCAL_MODULE_STEM := protoc LOCAL_MODULE_SUFFIX := LOCAL_MODULE_TAGS := optional LOCAL_IS_HOST_MODULE := true LOCAL_MULTILIB := $(GYP_HOST_MULTILIB) gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_HOST_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 := \ $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_protobuf_protobuf_full_do_not_use_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp,true,,$(GYP_HOST_VAR_PREFIX))/third_party_protobuf_protobuf_full_do_not_use_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp.a 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/protobuf/src/google/protobuf/compiler/code_generator.cc \ third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \ third_party/protobuf/src/google/protobuf/compiler/plugin.cc \ third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \ third_party/protobuf/src/google/protobuf/compiler/subprocess.cc \ third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc \ third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc \ third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc \ third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc \ third_party/protobuf/src/google/protobuf/compiler/main.cc # Flags passed to both C and C++ files. MY_CFLAGS_Debug := \ -fstack-protector \ --param=ssp-buffer-size=4 \ -pthread \ -fno-exceptions \ -fno-strict-aliasing \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -fvisibility=hidden \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ -Wno-format \ -Os \ -g \ -fdata-sections \ -ffunction-sections \ -fomit-frame-pointer \ -funwind-tables MY_DEFS_Debug := \ '-DV8_DEPRECATION_WARNINGS' \ '-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \ '-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' \ '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ '-DENABLE_EGLIMAGE=1' \ '-DCLD_VERSION=1' \ '-DENABLE_PRINTING=1' \ '-DENABLE_MANAGED_USERS=1' \ '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \ '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \ '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \ '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \ '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \ '-DVIDEO_HOLE=1' \ '-DGOOGLE_PROTOBUF_NO_RTTI' \ '-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \ '-DUSE_OPENSSL=1' \ '-DUSE_OPENSSL_CERTS=1' \ '-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)/third_party/protobuf \ $(LOCAL_PATH)/third_party/protobuf/src/src \ $(LOCAL_PATH)/third_party/protobuf/src # Flags passed to only C++ (and not C) files. LOCAL_CPPFLAGS_Debug := \ -fno-rtti \ -fno-threadsafe-statics \ -fvisibility-inlines-hidden \ -Wno-deprecated LOCAL_FDO_SUPPORT_Debug := false # Flags passed to both C and C++ files. MY_CFLAGS_Release := \ -fstack-protector \ --param=ssp-buffer-size=4 \ -pthread \ -fno-exceptions \ -fno-strict-aliasing \ -Wno-unused-parameter \ -Wno-missing-field-initializers \ -fvisibility=hidden \ -pipe \ -fPIC \ -Wno-unused-local-typedefs \ -Wno-format \ -Os \ -fno-ident \ -fdata-sections \ -ffunction-sections \ -fomit-frame-pointer \ -funwind-tables MY_DEFS_Release := \ '-DV8_DEPRECATION_WARNINGS' \ '-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \ '-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' \ '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ '-DENABLE_EGLIMAGE=1' \ '-DCLD_VERSION=1' \ '-DENABLE_PRINTING=1' \ '-DENABLE_MANAGED_USERS=1' \ '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \ '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \ '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \ '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \ '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \ '-DVIDEO_HOLE=1' \ '-DGOOGLE_PROTOBUF_NO_RTTI' \ '-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \ '-DUSE_OPENSSL=1' \ '-DUSE_OPENSSL_CERTS=1' \ '-DNDEBUG' \ '-DNVALGRIND' \ '-DDYNAMIC_ANNOTATIONS_ENABLED=0' # Include paths placed before CFLAGS/CPPFLAGS LOCAL_C_INCLUDES_Release := \ $(gyp_shared_intermediate_dir) \ $(LOCAL_PATH)/third_party/protobuf \ $(LOCAL_PATH)/third_party/protobuf/src/src \ $(LOCAL_PATH)/third_party/protobuf/src # Flags passed to only C++ (and not C) files. LOCAL_CPPFLAGS_Release := \ -fno-rtti \ -fno-threadsafe-statics \ -fvisibility-inlines-hidden \ -Wno-deprecated LOCAL_FDO_SUPPORT_Release := false LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION)) LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION)) # Undefine ANDROID for host modules LOCAL_CFLAGS += -UANDROID 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. LOCAL_LDFLAGS_Debug := \ -Wl,-z,now \ -Wl,-z,relro \ -pthread \ -fPIC LOCAL_LDFLAGS_Release := \ -Wl,-z,now \ -Wl,-z,relro \ -pthread \ -fPIC LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) LOCAL_STATIC_LIBRARIES := \ third_party_protobuf_protobuf_full_do_not_use_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp # Enable grouping to fix circular references LOCAL_GROUP_STATIC_LIBRARIES := true LOCAL_SHARED_LIBRARIES := # Add target alias to "gyp_all_modules" target. .PHONY: gyp_all_modules gyp_all_modules: third_party_protobuf_protoc_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp # Alias gyp target name. .PHONY: protoc protoc: third_party_protobuf_protoc_$(TARGET_$(GYP_VAR_PREFIX)ARCH)_host_gyp LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir) include $(BUILD_HOST_EXECUTABLE)