Home | History | Annotate | Download | only in ots
      1 # This file is generated by gyp; do not edit.
      2 
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_MODULE_CLASS := STATIC_LIBRARIES
      6 LOCAL_MODULE := third_party_ots_ots_gyp
      7 LOCAL_MODULE_SUFFIX := .a
      8 LOCAL_MODULE_TAGS := optional
      9 gyp_intermediate_dir := $(call local-intermediates-dir)
     10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
     11 
     12 # Make sure our deps are built first.
     13 GYP_TARGET_DEPENDENCIES :=
     14 
     15 GYP_GENERATED_OUTPUTS :=
     16 
     17 # Make sure our deps and generated files are built first.
     18 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
     19 
     20 LOCAL_CPP_EXTENSION := .cc
     21 LOCAL_GENERATED_SOURCES :=
     22 
     23 GYP_COPIED_SOURCE_ORIGIN_DIRS :=
     24 
     25 LOCAL_SRC_FILES := \
     26 	third_party/ots/src/cff.cc \
     27 	third_party/ots/src/cff_type2_charstring.cc \
     28 	third_party/ots/src/cmap.cc \
     29 	third_party/ots/src/cvt.cc \
     30 	third_party/ots/src/fpgm.cc \
     31 	third_party/ots/src/gasp.cc \
     32 	third_party/ots/src/gdef.cc \
     33 	third_party/ots/src/glyf.cc \
     34 	third_party/ots/src/gpos.cc \
     35 	third_party/ots/src/gsub.cc \
     36 	third_party/ots/src/hdmx.cc \
     37 	third_party/ots/src/head.cc \
     38 	third_party/ots/src/hhea.cc \
     39 	third_party/ots/src/hmtx.cc \
     40 	third_party/ots/src/kern.cc \
     41 	third_party/ots/src/layout.cc \
     42 	third_party/ots/src/loca.cc \
     43 	third_party/ots/src/ltsh.cc \
     44 	third_party/ots/src/maxp.cc \
     45 	third_party/ots/src/metrics.cc \
     46 	third_party/ots/src/name.cc \
     47 	third_party/ots/src/os2.cc \
     48 	third_party/ots/src/ots.cc \
     49 	third_party/ots/src/post.cc \
     50 	third_party/ots/src/prep.cc \
     51 	third_party/ots/src/vdmx.cc \
     52 	third_party/ots/src/vhea.cc \
     53 	third_party/ots/src/vmtx.cc \
     54 	third_party/ots/src/vorg.cc \
     55 	third_party/ots/src/woff2.cc
     56 
     57 
     58 # Flags passed to both C and C++ files.
     59 MY_CFLAGS_Debug := \
     60 	-fstack-protector \
     61 	--param=ssp-buffer-size=4 \
     62 	-Werror \
     63 	-fno-exceptions \
     64 	-fno-strict-aliasing \
     65 	-Wall \
     66 	-Wno-unused-parameter \
     67 	-Wno-missing-field-initializers \
     68 	-fvisibility=hidden \
     69 	-pipe \
     70 	-fPIC \
     71 	-fno-tree-sra \
     72 	-fuse-ld=gold \
     73 	-Wno-psabi \
     74 	-ffunction-sections \
     75 	-funwind-tables \
     76 	-g \
     77 	-fstack-protector \
     78 	-fno-short-enums \
     79 	-finline-limit=64 \
     80 	-Wa,--noexecstack \
     81 	-U_FORTIFY_SOURCE \
     82 	-Wno-extra \
     83 	-Wno-ignored-qualifiers \
     84 	-Wno-type-limits \
     85 	-Os \
     86 	-g \
     87 	-fomit-frame-pointer \
     88 	-fdata-sections \
     89 	-ffunction-sections
     90 
     91 MY_DEFS_Debug := \
     92 	'-DANGLE_DX11' \
     93 	'-D_FILE_OFFSET_BITS=64' \
     94 	'-DNO_TCMALLOC' \
     95 	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
     96 	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
     97 	'-DDISABLE_NACL' \
     98 	'-DCHROMIUM_BUILD' \
     99 	'-DUSE_LIBJPEG_TURBO=1' \
    100 	'-DUSE_PROPRIETARY_CODECS' \
    101 	'-DENABLE_CONFIGURATION_POLICY' \
    102 	'-DLOGGING_IS_OFFICIAL_BUILD=1' \
    103 	'-DTRACING_IS_OFFICIAL_BUILD=1' \
    104 	'-DENABLE_GPU=1' \
    105 	'-DUSE_OPENSSL=1' \
    106 	'-DENABLE_EGLIMAGE=1' \
    107 	'-DENABLE_PRINTING=1' \
    108 	'-D__STDC_CONSTANT_MACROS' \
    109 	'-D__STDC_FORMAT_MACROS' \
    110 	'-DANDROID' \
    111 	'-D__GNU_SOURCE=1' \
    112 	'-DUSE_STLPORT=1' \
    113 	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
    114 	'-DCHROME_BUILD_ID=""' \
    115 	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
    116 	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
    117 	'-D_DEBUG'
    118 
    119 
    120 # Include paths placed before CFLAGS/CPPFLAGS
    121 LOCAL_C_INCLUDES_Debug := \
    122 	$(LOCAL_PATH) \
    123 	$(LOCAL_PATH)/third_party/ots/include \
    124 	$(LOCAL_PATH)/third_party/lzma_sdk \
    125 	$(LOCAL_PATH)/third_party/zlib \
    126 	$(PWD)/frameworks/wilhelm/include \
    127 	$(PWD)/bionic \
    128 	$(PWD)/external/stlport/stlport
    129 
    130 
    131 # Flags passed to only C++ (and not C) files.
    132 LOCAL_CPPFLAGS_Debug := \
    133 	-fno-rtti \
    134 	-fno-threadsafe-statics \
    135 	-fvisibility-inlines-hidden \
    136 	-Wsign-compare \
    137 	-Wno-abi \
    138 	-Wno-error=c++0x-compat \
    139 	-Wno-non-virtual-dtor \
    140 	-Wno-sign-promo
    141 
    142 
    143 # Flags passed to both C and C++ files.
    144 MY_CFLAGS_Release := \
    145 	-fstack-protector \
    146 	--param=ssp-buffer-size=4 \
    147 	-Werror \
    148 	-fno-exceptions \
    149 	-fno-strict-aliasing \
    150 	-Wall \
    151 	-Wno-unused-parameter \
    152 	-Wno-missing-field-initializers \
    153 	-fvisibility=hidden \
    154 	-pipe \
    155 	-fPIC \
    156 	-fno-tree-sra \
    157 	-fuse-ld=gold \
    158 	-Wno-psabi \
    159 	-ffunction-sections \
    160 	-funwind-tables \
    161 	-g \
    162 	-fstack-protector \
    163 	-fno-short-enums \
    164 	-finline-limit=64 \
    165 	-Wa,--noexecstack \
    166 	-U_FORTIFY_SOURCE \
    167 	-Wno-extra \
    168 	-Wno-ignored-qualifiers \
    169 	-Wno-type-limits \
    170 	-Os \
    171 	-fno-ident \
    172 	-fdata-sections \
    173 	-ffunction-sections \
    174 	-fomit-frame-pointer
    175 
    176 MY_DEFS_Release := \
    177 	'-DANGLE_DX11' \
    178 	'-D_FILE_OFFSET_BITS=64' \
    179 	'-DNO_TCMALLOC' \
    180 	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
    181 	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
    182 	'-DDISABLE_NACL' \
    183 	'-DCHROMIUM_BUILD' \
    184 	'-DUSE_LIBJPEG_TURBO=1' \
    185 	'-DUSE_PROPRIETARY_CODECS' \
    186 	'-DENABLE_CONFIGURATION_POLICY' \
    187 	'-DLOGGING_IS_OFFICIAL_BUILD=1' \
    188 	'-DTRACING_IS_OFFICIAL_BUILD=1' \
    189 	'-DENABLE_GPU=1' \
    190 	'-DUSE_OPENSSL=1' \
    191 	'-DENABLE_EGLIMAGE=1' \
    192 	'-DENABLE_PRINTING=1' \
    193 	'-D__STDC_CONSTANT_MACROS' \
    194 	'-D__STDC_FORMAT_MACROS' \
    195 	'-DANDROID' \
    196 	'-D__GNU_SOURCE=1' \
    197 	'-DUSE_STLPORT=1' \
    198 	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
    199 	'-DCHROME_BUILD_ID=""' \
    200 	'-DNDEBUG' \
    201 	'-DNVALGRIND' \
    202 	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
    203 	'-D_FORTIFY_SOURCE=2'
    204 
    205 
    206 # Include paths placed before CFLAGS/CPPFLAGS
    207 LOCAL_C_INCLUDES_Release := \
    208 	$(LOCAL_PATH) \
    209 	$(LOCAL_PATH)/third_party/ots/include \
    210 	$(LOCAL_PATH)/third_party/lzma_sdk \
    211 	$(LOCAL_PATH)/third_party/zlib \
    212 	$(PWD)/frameworks/wilhelm/include \
    213 	$(PWD)/bionic \
    214 	$(PWD)/external/stlport/stlport
    215 
    216 
    217 # Flags passed to only C++ (and not C) files.
    218 LOCAL_CPPFLAGS_Release := \
    219 	-fno-rtti \
    220 	-fno-threadsafe-statics \
    221 	-fvisibility-inlines-hidden \
    222 	-Wsign-compare \
    223 	-Wno-abi \
    224 	-Wno-error=c++0x-compat \
    225 	-Wno-non-virtual-dtor \
    226 	-Wno-sign-promo
    227 
    228 
    229 LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
    230 LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
    231 LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
    232 ### Rules for final target.
    233 
    234 LOCAL_LDFLAGS_Debug := \
    235 	-Wl,-z,now \
    236 	-Wl,-z,relro \
    237 	-Wl,-z,noexecstack \
    238 	-fPIC \
    239 	-Wl,-z,relro \
    240 	-Wl,-z,now \
    241 	-fuse-ld=gold \
    242 	-nostdlib \
    243 	-Wl,--no-undefined \
    244 	-Wl,--exclude-libs=ALL \
    245 	-Wl,--icf=safe \
    246 	-Wl,--fatal-warnings \
    247 	-Wl,--gc-sections \
    248 	-Wl,--warn-shared-textrel \
    249 	-Wl,-O1 \
    250 	-Wl,--as-needed
    251 
    252 
    253 LOCAL_LDFLAGS_Release := \
    254 	-Wl,-z,now \
    255 	-Wl,-z,relro \
    256 	-Wl,-z,noexecstack \
    257 	-fPIC \
    258 	-Wl,-z,relro \
    259 	-Wl,-z,now \
    260 	-fuse-ld=gold \
    261 	-nostdlib \
    262 	-Wl,--no-undefined \
    263 	-Wl,--exclude-libs=ALL \
    264 	-Wl,--icf=safe \
    265 	-Wl,-O1 \
    266 	-Wl,--as-needed \
    267 	-Wl,--gc-sections \
    268 	-Wl,--fatal-warnings \
    269 	-Wl,--warn-shared-textrel
    270 
    271 
    272 LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
    273 
    274 LOCAL_STATIC_LIBRARIES :=
    275 
    276 # Enable grouping to fix circular references
    277 LOCAL_GROUP_STATIC_LIBRARIES := true
    278 
    279 LOCAL_SHARED_LIBRARIES := \
    280 	libstlport \
    281 	libdl
    282 
    283 # Add target alias to "gyp_all_modules" target.
    284 .PHONY: gyp_all_modules
    285 gyp_all_modules: third_party_ots_ots_gyp
    286 
    287 # Alias gyp target name.
    288 .PHONY: ots
    289 ots: third_party_ots_ots_gyp
    290 
    291 include $(BUILD_STATIC_LIBRARY)
    292