protoc.host.linux-arm.mk revision 90dce4d38c5ff5333bea97d859d4e484e27edf0c
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 := \
65	-fstack-protector \
66	--param=ssp-buffer-size=4 \
67	-pthread \
68	-fno-exceptions \
69	-fno-strict-aliasing \
70	-Wno-unused-parameter \
71	-Wno-missing-field-initializers \
72	-fvisibility=hidden \
73	-pipe \
74	-fPIC \
75	-Wno-format \
76	-Os \
77	-g \
78	-fomit-frame-pointer \
79	-fdata-sections \
80	-ffunction-sections
81
82MY_CFLAGS_C :=
83
84MY_DEFS := \
85	'-D_FILE_OFFSET_BITS=64' \
86	'-DUSE_LINUX_BREAKPAD' \
87	'-DNO_TCMALLOC' \
88	'-DDISABLE_NACL' \
89	'-DCHROMIUM_BUILD' \
90	'-DENABLE_DOUBLE_RESOURCE_LOAD_TIMING' \
91	'-DUSE_LIBJPEG_TURBO=1' \
92	'-DUSE_PROPRIETARY_CODECS' \
93	'-DENABLE_GPU=1' \
94	'-DUSE_OPENSSL=1' \
95	'-DENABLE_EGLIMAGE=1' \
96	'-DENABLE_LANGUAGE_DETECTION=1' \
97	'-DGOOGLE_PROTOBUF_NO_RTTI' \
98	'-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER' \
99	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
100	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
101	'-D_DEBUG'
102
103LOCAL_CFLAGS := $(MY_CFLAGS_C) $(MY_CFLAGS) $(MY_DEFS)
104# Undefine ANDROID for host modules
105LOCAL_CFLAGS += -UANDROID
106
107# Include paths placed before CFLAGS/CPPFLAGS
108LOCAL_C_INCLUDES := \
109	$(LOCAL_PATH)/third_party/protobuf \
110	$(LOCAL_PATH)/third_party/protobuf/src/src \
111	$(LOCAL_PATH)/third_party/protobuf/src
112
113LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES)
114
115# Flags passed to only C++ (and not C) files.
116LOCAL_CPPFLAGS := \
117	-fno-rtti \
118	-fno-threadsafe-statics \
119	-fvisibility-inlines-hidden \
120	-Wno-deprecated
121
122### Rules for final target.
123
124LOCAL_LDFLAGS := \
125	-Wl,-z,now \
126	-Wl,-z,relro \
127	-pthread \
128	-fPIC
129
130
131LOCAL_STATIC_LIBRARIES := \
132	third_party_protobuf_protobuf_full_do_not_use_host_gyp
133
134# Enable grouping to fix circular references
135LOCAL_GROUP_STATIC_LIBRARIES := true
136
137LOCAL_SHARED_LIBRARIES :=
138
139# Add target alias to "gyp_all_modules" target.
140.PHONY: gyp_all_modules
141gyp_all_modules: third_party_protobuf_protoc_host_gyp
142
143# Alias gyp target name.
144.PHONY: protoc
145protoc: third_party_protobuf_protoc_host_gyp
146
147LOCAL_MODULE_PATH := $(gyp_shared_intermediate_dir)
148include $(BUILD_HOST_EXECUTABLE)
149