1# This file is generated by gyp; do not edit. 2 3include $(CLEAR_VARS) 4 5LOCAL_MODULE_CLASS := EXECUTABLES 6LOCAL_MODULE := third_party_protobuf_protoc_host_gyp 7LOCAL_MODULE_STEM := protoc 8LOCAL_MODULE_SUFFIX := 9LOCAL_MODULE_TAGS := optional 10LOCAL_IS_HOST_MODULE := true 11gyp_intermediate_dir := $(call local-intermediates-dir) 12gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared) 13 14# Make sure our deps are built first. 15GYP_TARGET_DEPENDENCIES := \ 16 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_protobuf_protobuf_full_do_not_use_host_gyp,true)/third_party_protobuf_protobuf_full_do_not_use_host_gyp.a 17 18GYP_GENERATED_OUTPUTS := 19 20# Make sure our deps and generated files are built first. 21LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 22 23LOCAL_CPP_EXTENSION := .cc 24LOCAL_GENERATED_SOURCES := 25 26GYP_COPIED_SOURCE_ORIGIN_DIRS := 27 28LOCAL_SRC_FILES := \ 29 third_party/protobuf/src/google/protobuf/compiler/code_generator.cc \ 30 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc \ 31 third_party/protobuf/src/google/protobuf/compiler/plugin.cc \ 32 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc \ 33 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc \ 34 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc \ 35 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc \ 36 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc \ 37 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc \ 38 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc \ 39 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc \ 40 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc \ 41 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc \ 42 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc \ 43 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc \ 44 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc \ 45 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc \ 46 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc \ 47 third_party/protobuf/src/google/protobuf/compiler/java/java_enum.cc \ 48 third_party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc \ 49 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc \ 50 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc \ 51 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc \ 52 third_party/protobuf/src/google/protobuf/compiler/java/java_generator.cc \ 53 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc \ 54 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc \ 55 third_party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc \ 56 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc \ 57 third_party/protobuf/src/google/protobuf/compiler/java/java_service.cc \ 58 third_party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc \ 59 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc \ 60 third_party/protobuf/src/google/protobuf/compiler/main.cc 61 62 63# Flags passed to both C and C++ files. 64MY_CFLAGS_Debug := \ 65 -fstack-protector \ 66 --param=ssp-buffer-size=4 \ 67 \ 68 -pthread \ 69 -fno-exceptions \ 70 -fno-strict-aliasing \ 71 -Wno-unused-parameter \ 72 -Wno-missing-field-initializers \ 73 -fvisibility=hidden \ 74 -pipe \ 75 -fPIC \ 76 -Wno-format \ 77 -Os \ 78 -g \ 79 -fomit-frame-pointer \ 80 -fdata-sections \ 81 -ffunction-sections 82 83MY_DEFS_Debug := \ 84 '-DV8_DEPRECATION_WARNINGS' \ 85 '-D_FILE_OFFSET_BITS=64' \ 86 '-DNO_TCMALLOC' \ 87 '-DDISABLE_NACL' \ 88 '-DCHROMIUM_BUILD' \ 89 '-DUSE_LIBJPEG_TURBO=1' \ 90 '-DUSE_PROPRIETARY_CODECS' \ 91 '-DENABLE_CONFIGURATION_POLICY' \ 92 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ 93 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ 94 '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' \ 95 '-DUSE_OPENSSL=1' \ 96 '-DENABLE_EGLIMAGE=1' \ 97 '-DCLD_VERSION=1' \ 98 '-DENABLE_PRINTING=1' \ 99 '-DENABLE_MANAGED_USERS=1' \ 100 '-DGOOGLE_PROTOBUF_NO_RTTI' \ 101 '-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \ 102 '-DDYNAMIC_ANNOTATIONS_ENABLED=1' \ 103 '-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \ 104 '-D_DEBUG' 105 106 107# Include paths placed before CFLAGS/CPPFLAGS 108LOCAL_C_INCLUDES_Debug := \ 109 $(LOCAL_PATH)/third_party/protobuf \ 110 $(LOCAL_PATH)/third_party/protobuf/src/src \ 111 $(LOCAL_PATH)/third_party/protobuf/src 112 113 114# Flags passed to only C++ (and not C) files. 115LOCAL_CPPFLAGS_Debug := \ 116 -fno-rtti \ 117 -fno-threadsafe-statics \ 118 -fvisibility-inlines-hidden \ 119 -Wno-deprecated 120 121 122# Flags passed to both C and C++ files. 123MY_CFLAGS_Release := \ 124 -fstack-protector \ 125 --param=ssp-buffer-size=4 \ 126 \ 127 -pthread \ 128 -fno-exceptions \ 129 -fno-strict-aliasing \ 130 -Wno-unused-parameter \ 131 -Wno-missing-field-initializers \ 132 -fvisibility=hidden \ 133 -pipe \ 134 -fPIC \ 135 -Wno-format \ 136 -Os \ 137 -fno-ident \ 138 -fdata-sections \ 139 -ffunction-sections \ 140 -fomit-frame-pointer 141 142MY_DEFS_Release := \ 143 '-DV8_DEPRECATION_WARNINGS' \ 144 '-D_FILE_OFFSET_BITS=64' \ 145 '-DNO_TCMALLOC' \ 146 '-DDISABLE_NACL' \ 147 '-DCHROMIUM_BUILD' \ 148 '-DUSE_LIBJPEG_TURBO=1' \ 149 '-DUSE_PROPRIETARY_CODECS' \ 150 '-DENABLE_CONFIGURATION_POLICY' \ 151 '-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \ 152 '-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \ 153 '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' \ 154 '-DUSE_OPENSSL=1' \ 155 '-DENABLE_EGLIMAGE=1' \ 156 '-DCLD_VERSION=1' \ 157 '-DENABLE_PRINTING=1' \ 158 '-DENABLE_MANAGED_USERS=1' \ 159 '-DGOOGLE_PROTOBUF_NO_RTTI' \ 160 '-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \ 161 '-DNDEBUG' \ 162 '-DNVALGRIND' \ 163 '-DDYNAMIC_ANNOTATIONS_ENABLED=0' 164 165 166# Include paths placed before CFLAGS/CPPFLAGS 167LOCAL_C_INCLUDES_Release := \ 168 $(LOCAL_PATH)/third_party/protobuf \ 169 $(LOCAL_PATH)/third_party/protobuf/src/src \ 170 $(LOCAL_PATH)/third_party/protobuf/src 171 172 173# Flags passed to only C++ (and not C) files. 174LOCAL_CPPFLAGS_Release := \ 175 -fno-rtti \ 176 -fno-threadsafe-statics \ 177 -fvisibility-inlines-hidden \ 178 -Wno-deprecated 179 180 181LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION)) 182# Undefine ANDROID for host modules 183LOCAL_CFLAGS += -UANDROID 184LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION)) 185LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION)) 186### Rules for final target. 187 188LOCAL_LDFLAGS_Debug := \ 189 -pthread \ 190 -fPIC 191 192 193LOCAL_LDFLAGS_Release := \ 194 -pthread \ 195 -fPIC 196 197 198LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION)) 199 200LOCAL_STATIC_LIBRARIES := \ 201 third_party_protobuf_protobuf_full_do_not_use_host_gyp 202 203# Enable grouping to fix circular references 204LOCAL_GROUP_STATIC_LIBRARIES := true 205 206LOCAL_SHARED_LIBRARIES := 207 208# Add target alias to "gyp_all_modules" target. 209.PHONY: gyp_all_modules 210gyp_all_modules: third_party_protobuf_protoc_host_gyp 211 212# Alias gyp target name. 213.PHONY: protoc 214protoc: third_party_protobuf_protoc_host_gyp 215 216LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir) 217include $(BUILD_HOST_EXECUTABLE) 218