Home | History | Annotate | Download | only in cc
      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 := cc_cc_gyp
      7 LOCAL_MODULE_SUFFIX := .a
      8 LOCAL_MODULE_TAGS := optional
      9 LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
     10 gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
     11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
     12 
     13 # Make sure our deps are built first.
     14 GYP_TARGET_DEPENDENCIES := \
     15 	$(call intermediates-dir-for,GYP,gpu_gpu_gyp,,,$(GYP_VAR_PREFIX))/gpu.stamp \
     16 	$(call intermediates-dir-for,GYP,skia_skia_gyp,,,$(GYP_VAR_PREFIX))/skia.stamp \
     17 	$(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_library_gyp,,,$(GYP_VAR_PREFIX))/skia_skia_library_gyp.a \
     18 	$(call intermediates-dir-for,STATIC_LIBRARIES,ui_gl_gl_gyp,,,$(GYP_VAR_PREFIX))/ui_gl_gl_gyp.a
     19 
     20 GYP_GENERATED_OUTPUTS :=
     21 
     22 # Make sure our deps and generated files are built first.
     23 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
     24 
     25 LOCAL_CPP_EXTENSION := .cc
     26 LOCAL_GENERATED_SOURCES :=
     27 
     28 GYP_COPIED_SOURCE_ORIGIN_DIRS :=
     29 
     30 LOCAL_SRC_FILES := \
     31 	cc/animation/animation.cc \
     32 	cc/animation/animation_curve.cc \
     33 	cc/animation/animation_events.cc \
     34 	cc/animation/animation_id_provider.cc \
     35 	cc/animation/animation_registrar.cc \
     36 	cc/animation/keyframed_animation_curve.cc \
     37 	cc/animation/layer_animation_controller.cc \
     38 	cc/animation/scroll_offset_animation_curve.cc \
     39 	cc/animation/scrollbar_animation_controller.cc \
     40 	cc/animation/scrollbar_animation_controller_linear_fade.cc \
     41 	cc/animation/scrollbar_animation_controller_thinning.cc \
     42 	cc/animation/timing_function.cc \
     43 	cc/animation/transform_operation.cc \
     44 	cc/animation/transform_operations.cc \
     45 	cc/base/delayed_unique_notifier.cc \
     46 	cc/base/invalidation_region.cc \
     47 	cc/base/latency_info_swap_promise.cc \
     48 	cc/base/latency_info_swap_promise_monitor.cc \
     49 	cc/base/math_util.cc \
     50 	cc/base/region.cc \
     51 	cc/base/rolling_time_delta_history.cc \
     52 	cc/base/swap_promise_monitor.cc \
     53 	cc/base/switches.cc \
     54 	cc/base/tiling_data.cc \
     55 	cc/base/unique_notifier.cc \
     56 	cc/debug/benchmark_instrumentation.cc \
     57 	cc/debug/debug_colors.cc \
     58 	cc/debug/debug_rect_history.cc \
     59 	cc/debug/frame_rate_counter.cc \
     60 	cc/debug/invalidation_benchmark.cc \
     61 	cc/debug/lap_timer.cc \
     62 	cc/debug/layer_tree_debug_state.cc \
     63 	cc/debug/micro_benchmark.cc \
     64 	cc/debug/micro_benchmark_impl.cc \
     65 	cc/debug/micro_benchmark_controller.cc \
     66 	cc/debug/micro_benchmark_controller_impl.cc \
     67 	cc/debug/paint_time_counter.cc \
     68 	cc/debug/picture_record_benchmark.cc \
     69 	cc/debug/rasterize_and_record_benchmark.cc \
     70 	cc/debug/rasterize_and_record_benchmark_impl.cc \
     71 	cc/debug/rendering_stats.cc \
     72 	cc/debug/rendering_stats_instrumentation.cc \
     73 	cc/debug/traced_picture.cc \
     74 	cc/debug/traced_value.cc \
     75 	cc/debug/unittest_only_benchmark.cc \
     76 	cc/debug/unittest_only_benchmark_impl.cc \
     77 	cc/input/page_scale_animation.cc \
     78 	cc/input/top_controls_manager.cc \
     79 	cc/layers/content_layer.cc \
     80 	cc/layers/contents_scaling_layer.cc \
     81 	cc/layers/delegated_frame_provider.cc \
     82 	cc/layers/delegated_frame_resource_collection.cc \
     83 	cc/layers/delegated_renderer_layer.cc \
     84 	cc/layers/delegated_renderer_layer_impl.cc \
     85 	cc/layers/heads_up_display_layer.cc \
     86 	cc/layers/heads_up_display_layer_impl.cc \
     87 	cc/layers/image_layer.cc \
     88 	cc/layers/io_surface_layer.cc \
     89 	cc/layers/io_surface_layer_impl.cc \
     90 	cc/layers/layer.cc \
     91 	cc/layers/layer_impl.cc \
     92 	cc/layers/layer_lists.cc \
     93 	cc/layers/layer_position_constraint.cc \
     94 	cc/layers/layer_utils.cc \
     95 	cc/layers/nine_patch_layer.cc \
     96 	cc/layers/nine_patch_layer_impl.cc \
     97 	cc/layers/painted_scrollbar_layer.cc \
     98 	cc/layers/painted_scrollbar_layer_impl.cc \
     99 	cc/layers/picture_image_layer.cc \
    100 	cc/layers/picture_image_layer_impl.cc \
    101 	cc/layers/picture_layer.cc \
    102 	cc/layers/picture_layer_impl.cc \
    103 	cc/layers/quad_sink.cc \
    104 	cc/layers/render_surface.cc \
    105 	cc/layers/render_surface_impl.cc \
    106 	cc/layers/scrollbar_layer_impl_base.cc \
    107 	cc/layers/solid_color_layer.cc \
    108 	cc/layers/solid_color_layer_impl.cc \
    109 	cc/layers/solid_color_scrollbar_layer.cc \
    110 	cc/layers/solid_color_scrollbar_layer_impl.cc \
    111 	cc/layers/surface_layer.cc \
    112 	cc/layers/surface_layer_impl.cc \
    113 	cc/layers/texture_layer.cc \
    114 	cc/layers/texture_layer_impl.cc \
    115 	cc/layers/tiled_layer.cc \
    116 	cc/layers/tiled_layer_impl.cc \
    117 	cc/layers/ui_resource_layer.cc \
    118 	cc/layers/ui_resource_layer_impl.cc \
    119 	cc/layers/video_frame_provider_client_impl.cc \
    120 	cc/layers/video_layer.cc \
    121 	cc/layers/video_layer_impl.cc \
    122 	cc/output/begin_frame_args.cc \
    123 	cc/output/compositor_frame.cc \
    124 	cc/output/compositor_frame_ack.cc \
    125 	cc/output/compositor_frame_metadata.cc \
    126 	cc/output/context_provider.cc \
    127 	cc/output/copy_output_request.cc \
    128 	cc/output/copy_output_result.cc \
    129 	cc/output/delegated_frame_data.cc \
    130 	cc/output/delegating_renderer.cc \
    131 	cc/output/direct_renderer.cc \
    132 	cc/output/filter_operation.cc \
    133 	cc/output/filter_operations.cc \
    134 	cc/output/geometry_binding.cc \
    135 	cc/output/gl_frame_data.cc \
    136 	cc/output/gl_renderer.cc \
    137 	cc/output/gl_renderer_draw_cache.cc \
    138 	cc/output/managed_memory_policy.cc \
    139 	cc/output/output_surface.cc \
    140 	cc/output/overlay_candidate.cc \
    141 	cc/output/overlay_processor.cc \
    142 	cc/output/overlay_strategy_single_on_top.cc \
    143 	cc/output/program_binding.cc \
    144 	cc/output/render_surface_filters.cc \
    145 	cc/output/renderer.cc \
    146 	cc/output/shader.cc \
    147 	cc/output/software_frame_data.cc \
    148 	cc/output/software_output_device.cc \
    149 	cc/output/software_renderer.cc \
    150 	cc/quads/checkerboard_draw_quad.cc \
    151 	cc/quads/content_draw_quad_base.cc \
    152 	cc/quads/debug_border_draw_quad.cc \
    153 	cc/quads/draw_quad.cc \
    154 	cc/quads/io_surface_draw_quad.cc \
    155 	cc/quads/picture_draw_quad.cc \
    156 	cc/quads/render_pass.cc \
    157 	cc/quads/render_pass_draw_quad.cc \
    158 	cc/quads/shared_quad_state.cc \
    159 	cc/quads/solid_color_draw_quad.cc \
    160 	cc/quads/stream_video_draw_quad.cc \
    161 	cc/quads/surface_draw_quad.cc \
    162 	cc/quads/texture_draw_quad.cc \
    163 	cc/quads/tile_draw_quad.cc \
    164 	cc/quads/yuv_video_draw_quad.cc \
    165 	cc/resources/bitmap_content_layer_updater.cc \
    166 	cc/resources/bitmap_skpicture_content_layer_updater.cc \
    167 	cc/resources/content_layer_updater.cc \
    168 	cc/resources/direct_raster_worker_pool.cc \
    169 	cc/resources/image_layer_updater.cc \
    170 	cc/resources/image_raster_worker_pool.cc \
    171 	cc/resources/image_copy_raster_worker_pool.cc \
    172 	cc/resources/layer_quad.cc \
    173 	cc/resources/layer_tiling_data.cc \
    174 	cc/resources/layer_updater.cc \
    175 	cc/resources/managed_tile_state.cc \
    176 	cc/resources/memory_history.cc \
    177 	cc/resources/picture.cc \
    178 	cc/resources/picture_layer_tiling.cc \
    179 	cc/resources/picture_layer_tiling_set.cc \
    180 	cc/resources/picture_pile.cc \
    181 	cc/resources/picture_pile_base.cc \
    182 	cc/resources/picture_pile_impl.cc \
    183 	cc/resources/pixel_buffer_raster_worker_pool.cc \
    184 	cc/resources/prioritized_resource.cc \
    185 	cc/resources/prioritized_resource_manager.cc \
    186 	cc/resources/prioritized_tile_set.cc \
    187 	cc/resources/priority_calculator.cc \
    188 	cc/resources/raster_mode.cc \
    189 	cc/resources/raster_worker_pool.cc \
    190 	cc/resources/rasterizer.cc \
    191 	cc/resources/resource.cc \
    192 	cc/resources/resource_format.cc \
    193 	cc/resources/resource_pool.cc \
    194 	cc/resources/resource_provider.cc \
    195 	cc/resources/resource_update.cc \
    196 	cc/resources/resource_update_controller.cc \
    197 	cc/resources/resource_update_queue.cc \
    198 	cc/resources/scoped_resource.cc \
    199 	cc/resources/scoped_ui_resource.cc \
    200 	cc/resources/shared_bitmap.cc \
    201 	cc/resources/single_release_callback.cc \
    202 	cc/resources/skpicture_content_layer_updater.cc \
    203 	cc/resources/task_graph_runner.cc \
    204 	cc/resources/texture_mailbox.cc \
    205 	cc/resources/texture_mailbox_deleter.cc \
    206 	cc/resources/texture_uploader.cc \
    207 	cc/resources/tile.cc \
    208 	cc/resources/tile_manager.cc \
    209 	cc/resources/tile_priority.cc \
    210 	cc/resources/transferable_resource.cc \
    211 	cc/resources/ui_resource_bitmap.cc \
    212 	cc/resources/ui_resource_request.cc \
    213 	cc/resources/video_resource_updater.cc \
    214 	cc/scheduler/delay_based_time_source.cc \
    215 	cc/scheduler/scheduler.cc \
    216 	cc/scheduler/scheduler_settings.cc \
    217 	cc/scheduler/scheduler_state_machine.cc \
    218 	cc/trees/blocking_task_runner.cc \
    219 	cc/trees/damage_tracker.cc \
    220 	cc/trees/layer_sorter.cc \
    221 	cc/trees/layer_tree_host.cc \
    222 	cc/trees/layer_tree_host_common.cc \
    223 	cc/trees/layer_tree_host_impl.cc \
    224 	cc/trees/layer_tree_impl.cc \
    225 	cc/trees/layer_tree_settings.cc \
    226 	cc/trees/occlusion_tracker.cc \
    227 	cc/trees/proxy.cc \
    228 	cc/trees/proxy_timing_history.cc \
    229 	cc/trees/single_thread_proxy.cc \
    230 	cc/trees/thread_proxy.cc \
    231 	cc/trees/tree_synchronizer.cc
    232 
    233 
    234 # Flags passed to both C and C++ files.
    235 MY_CFLAGS_Debug := \
    236 	--param=ssp-buffer-size=4 \
    237 	-Werror \
    238 	-fno-exceptions \
    239 	-fno-strict-aliasing \
    240 	-Wall \
    241 	-Wno-unused-parameter \
    242 	-Wno-missing-field-initializers \
    243 	-fvisibility=hidden \
    244 	-pipe \
    245 	-fPIC \
    246 	-Wno-unused-local-typedefs \
    247 	-ffunction-sections \
    248 	-funwind-tables \
    249 	-g \
    250 	-fno-short-enums \
    251 	-finline-limit=64 \
    252 	-Wa,--noexecstack \
    253 	-U_FORTIFY_SOURCE \
    254 	-Wno-extra \
    255 	-Wno-ignored-qualifiers \
    256 	-Wno-type-limits \
    257 	-Wno-unused-but-set-variable \
    258 	-Os \
    259 	-g \
    260 	-fdata-sections \
    261 	-ffunction-sections \
    262 	-funwind-tables
    263 
    264 MY_DEFS_Debug := \
    265 	'-DV8_DEPRECATION_WARNINGS' \
    266 	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
    267 	'-D_FILE_OFFSET_BITS=64' \
    268 	'-DNO_TCMALLOC' \
    269 	'-DDISABLE_NACL' \
    270 	'-DCHROMIUM_BUILD' \
    271 	'-DUSE_LIBJPEG_TURBO=1' \
    272 	'-DENABLE_WEBRTC=1' \
    273 	'-DUSE_PROPRIETARY_CODECS' \
    274 	'-DENABLE_BROWSER_CDMS' \
    275 	'-DENABLE_CONFIGURATION_POLICY' \
    276 	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
    277 	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
    278 	'-DENABLE_EGLIMAGE=1' \
    279 	'-DCLD_VERSION=1' \
    280 	'-DENABLE_PRINTING=1' \
    281 	'-DENABLE_MANAGED_USERS=1' \
    282 	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
    283 	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
    284 	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
    285 	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
    286 	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
    287 	'-DVIDEO_HOLE=1' \
    288 	'-DCC_IMPLEMENTATION=1' \
    289 	'-DMEDIA_DISABLE_LIBVPX' \
    290 	'-DSK_ENABLE_INST_COUNT=0' \
    291 	'-DSK_SUPPORT_GPU=1' \
    292 	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
    293 	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
    294 	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
    295 	'-DGR_GL_IGNORE_ES3_MSAA=0' \
    296 	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
    297 	'-DSK_SUPPORT_LEGACY_GETTOPDEVICE' \
    298 	'-DSK_SUPPORT_LEGACY_BITMAP_CONFIG' \
    299 	'-DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE' \
    300 	'-DSK_SUPPORT_LEGACY_N32_NAME' \
    301 	'-DSK_SUPPORT_LEGACY_SETCONFIG' \
    302 	'-DSK_IGNORE_ETC1_SUPPORT' \
    303 	'-DSK_IGNORE_GPU_DITHER' \
    304 	'-DSK_SUPPORT_LEGACY_GETTOTALCLIP' \
    305 	'-DSK_BUILD_FOR_ANDROID' \
    306 	'-DSK_USE_POSIX_THREADS' \
    307 	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
    308 	'-DU_USING_ICU_NAMESPACE=0' \
    309 	'-DMESA_EGL_NO_X11_HEADERS' \
    310 	'-DUSE_OPENSSL=1' \
    311 	'-DUSE_OPENSSL_CERTS=1' \
    312 	'-D__STDC_CONSTANT_MACROS' \
    313 	'-D__STDC_FORMAT_MACROS' \
    314 	'-DANDROID' \
    315 	'-D__GNU_SOURCE=1' \
    316 	'-DUSE_STLPORT=1' \
    317 	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
    318 	'-DCHROME_BUILD_ID=""' \
    319 	'-DDYNAMIC_ANNOTATIONS_ENABLED=1' \
    320 	'-DWTF_USE_DYNAMIC_ANNOTATIONS=1' \
    321 	'-D_DEBUG'
    322 
    323 
    324 # Include paths placed before CFLAGS/CPPFLAGS
    325 LOCAL_C_INCLUDES_Debug := \
    326 	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
    327 	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
    328 	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
    329 	$(gyp_shared_intermediate_dir) \
    330 	$(LOCAL_PATH) \
    331 	$(LOCAL_PATH)/third_party/khronos \
    332 	$(LOCAL_PATH)/gpu \
    333 	$(LOCAL_PATH)/skia/config \
    334 	$(LOCAL_PATH)/third_party/skia/src/core \
    335 	$(LOCAL_PATH)/third_party/skia/include/core \
    336 	$(LOCAL_PATH)/third_party/skia/include/effects \
    337 	$(LOCAL_PATH)/third_party/skia/include/pdf \
    338 	$(LOCAL_PATH)/third_party/skia/include/gpu \
    339 	$(LOCAL_PATH)/third_party/skia/include/lazy \
    340 	$(LOCAL_PATH)/third_party/skia/include/pathops \
    341 	$(LOCAL_PATH)/third_party/skia/include/pipe \
    342 	$(LOCAL_PATH)/third_party/skia/include/ports \
    343 	$(LOCAL_PATH)/third_party/skia/include/utils \
    344 	$(LOCAL_PATH)/skia/ext \
    345 	$(PWD)/external/icu/icu4c/source/common \
    346 	$(PWD)/external/icu/icu4c/source/i18n \
    347 	$(gyp_shared_intermediate_dir)/ui/gl \
    348 	$(LOCAL_PATH)/third_party/mesa/src/include \
    349 	$(PWD)/frameworks/wilhelm/include \
    350 	$(PWD)/bionic \
    351 	$(PWD)/external/stlport/stlport
    352 
    353 
    354 # Flags passed to only C++ (and not C) files.
    355 LOCAL_CPPFLAGS_Debug := \
    356 	-fno-rtti \
    357 	-fno-threadsafe-statics \
    358 	-fvisibility-inlines-hidden \
    359 	-Wsign-compare \
    360 	-Wno-non-virtual-dtor \
    361 	-Wno-sign-promo
    362 
    363 
    364 LOCAL_FDO_SUPPORT_Debug := false
    365 
    366 # Flags passed to both C and C++ files.
    367 MY_CFLAGS_Release := \
    368 	--param=ssp-buffer-size=4 \
    369 	-Werror \
    370 	-fno-exceptions \
    371 	-fno-strict-aliasing \
    372 	-Wall \
    373 	-Wno-unused-parameter \
    374 	-Wno-missing-field-initializers \
    375 	-fvisibility=hidden \
    376 	-pipe \
    377 	-fPIC \
    378 	-Wno-unused-local-typedefs \
    379 	-ffunction-sections \
    380 	-funwind-tables \
    381 	-g \
    382 	-fno-short-enums \
    383 	-finline-limit=64 \
    384 	-Wa,--noexecstack \
    385 	-U_FORTIFY_SOURCE \
    386 	-Wno-extra \
    387 	-Wno-ignored-qualifiers \
    388 	-Wno-type-limits \
    389 	-Wno-unused-but-set-variable \
    390 	-Os \
    391 	-fno-ident \
    392 	-fdata-sections \
    393 	-ffunction-sections \
    394 	-funwind-tables
    395 
    396 MY_DEFS_Release := \
    397 	'-DV8_DEPRECATION_WARNINGS' \
    398 	'-DBLINK_SCALE_FILTERS_AT_RECORD_TIME' \
    399 	'-D_FILE_OFFSET_BITS=64' \
    400 	'-DNO_TCMALLOC' \
    401 	'-DDISABLE_NACL' \
    402 	'-DCHROMIUM_BUILD' \
    403 	'-DUSE_LIBJPEG_TURBO=1' \
    404 	'-DENABLE_WEBRTC=1' \
    405 	'-DUSE_PROPRIETARY_CODECS' \
    406 	'-DENABLE_BROWSER_CDMS' \
    407 	'-DENABLE_CONFIGURATION_POLICY' \
    408 	'-DDISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY' \
    409 	'-DSYSTEM_NATIVELY_SIGNALS_MEMORY_PRESSURE' \
    410 	'-DENABLE_EGLIMAGE=1' \
    411 	'-DCLD_VERSION=1' \
    412 	'-DENABLE_PRINTING=1' \
    413 	'-DENABLE_MANAGED_USERS=1' \
    414 	'-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' \
    415 	'-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' \
    416 	'-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' \
    417 	'-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' \
    418 	'-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' \
    419 	'-DVIDEO_HOLE=1' \
    420 	'-DCC_IMPLEMENTATION=1' \
    421 	'-DMEDIA_DISABLE_LIBVPX' \
    422 	'-DSK_ENABLE_INST_COUNT=0' \
    423 	'-DSK_SUPPORT_GPU=1' \
    424 	'-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' \
    425 	'-DSK_ENABLE_LEGACY_API_ALIASING=1' \
    426 	'-DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1' \
    427 	'-DGR_GL_IGNORE_ES3_MSAA=0' \
    428 	'-DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT' \
    429 	'-DSK_SUPPORT_LEGACY_GETTOPDEVICE' \
    430 	'-DSK_SUPPORT_LEGACY_BITMAP_CONFIG' \
    431 	'-DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE' \
    432 	'-DSK_SUPPORT_LEGACY_N32_NAME' \
    433 	'-DSK_SUPPORT_LEGACY_SETCONFIG' \
    434 	'-DSK_IGNORE_ETC1_SUPPORT' \
    435 	'-DSK_IGNORE_GPU_DITHER' \
    436 	'-DSK_SUPPORT_LEGACY_GETTOTALCLIP' \
    437 	'-DSK_BUILD_FOR_ANDROID' \
    438 	'-DSK_USE_POSIX_THREADS' \
    439 	'-DSK_DEFERRED_CANVAS_USES_FACTORIES=1' \
    440 	'-DU_USING_ICU_NAMESPACE=0' \
    441 	'-DMESA_EGL_NO_X11_HEADERS' \
    442 	'-DUSE_OPENSSL=1' \
    443 	'-DUSE_OPENSSL_CERTS=1' \
    444 	'-D__STDC_CONSTANT_MACROS' \
    445 	'-D__STDC_FORMAT_MACROS' \
    446 	'-DANDROID' \
    447 	'-D__GNU_SOURCE=1' \
    448 	'-DUSE_STLPORT=1' \
    449 	'-D_STLP_USE_PTR_SPECIALIZATIONS=1' \
    450 	'-DCHROME_BUILD_ID=""' \
    451 	'-DNDEBUG' \
    452 	'-DNVALGRIND' \
    453 	'-DDYNAMIC_ANNOTATIONS_ENABLED=0' \
    454 	'-D_FORTIFY_SOURCE=2'
    455 
    456 
    457 # Include paths placed before CFLAGS/CPPFLAGS
    458 LOCAL_C_INCLUDES_Release := \
    459 	$(gyp_shared_intermediate_dir)/shim_headers/icuuc/target \
    460 	$(gyp_shared_intermediate_dir)/shim_headers/icui18n/target \
    461 	$(gyp_shared_intermediate_dir)/shim_headers/ashmem/target \
    462 	$(gyp_shared_intermediate_dir) \
    463 	$(LOCAL_PATH) \
    464 	$(LOCAL_PATH)/third_party/khronos \
    465 	$(LOCAL_PATH)/gpu \
    466 	$(LOCAL_PATH)/skia/config \
    467 	$(LOCAL_PATH)/third_party/skia/src/core \
    468 	$(LOCAL_PATH)/third_party/skia/include/core \
    469 	$(LOCAL_PATH)/third_party/skia/include/effects \
    470 	$(LOCAL_PATH)/third_party/skia/include/pdf \
    471 	$(LOCAL_PATH)/third_party/skia/include/gpu \
    472 	$(LOCAL_PATH)/third_party/skia/include/lazy \
    473 	$(LOCAL_PATH)/third_party/skia/include/pathops \
    474 	$(LOCAL_PATH)/third_party/skia/include/pipe \
    475 	$(LOCAL_PATH)/third_party/skia/include/ports \
    476 	$(LOCAL_PATH)/third_party/skia/include/utils \
    477 	$(LOCAL_PATH)/skia/ext \
    478 	$(PWD)/external/icu/icu4c/source/common \
    479 	$(PWD)/external/icu/icu4c/source/i18n \
    480 	$(gyp_shared_intermediate_dir)/ui/gl \
    481 	$(LOCAL_PATH)/third_party/mesa/src/include \
    482 	$(PWD)/frameworks/wilhelm/include \
    483 	$(PWD)/bionic \
    484 	$(PWD)/external/stlport/stlport
    485 
    486 
    487 # Flags passed to only C++ (and not C) files.
    488 LOCAL_CPPFLAGS_Release := \
    489 	-fno-rtti \
    490 	-fno-threadsafe-statics \
    491 	-fvisibility-inlines-hidden \
    492 	-Wsign-compare \
    493 	-Wno-non-virtual-dtor \
    494 	-Wno-sign-promo
    495 
    496 
    497 LOCAL_FDO_SUPPORT_Release := false
    498 
    499 LOCAL_CFLAGS := $(MY_CFLAGS_$(GYP_CONFIGURATION)) $(MY_DEFS_$(GYP_CONFIGURATION))
    500 LOCAL_FDO_SUPPORT := $(LOCAL_FDO_SUPPORT_$(GYP_CONFIGURATION))
    501 LOCAL_C_INCLUDES := $(GYP_COPIED_SOURCE_ORIGIN_DIRS) $(LOCAL_C_INCLUDES_$(GYP_CONFIGURATION))
    502 LOCAL_CPPFLAGS := $(LOCAL_CPPFLAGS_$(GYP_CONFIGURATION))
    503 LOCAL_ASFLAGS := $(LOCAL_CFLAGS)
    504 ### Rules for final target.
    505 
    506 LOCAL_LDFLAGS_Debug := \
    507 	-Wl,-z,now \
    508 	-Wl,-z,relro \
    509 	-Wl,--fatal-warnings \
    510 	-Wl,-z,noexecstack \
    511 	-fPIC \
    512 	-nostdlib \
    513 	-Wl,--no-undefined \
    514 	-Wl,--exclude-libs=ALL \
    515 	-Wl,--warn-shared-textrel \
    516 	-Wl,-O1 \
    517 	-Wl,--as-needed
    518 
    519 
    520 LOCAL_LDFLAGS_Release := \
    521 	-Wl,-z,now \
    522 	-Wl,-z,relro \
    523 	-Wl,--fatal-warnings \
    524 	-Wl,-z,noexecstack \
    525 	-fPIC \
    526 	-nostdlib \
    527 	-Wl,--no-undefined \
    528 	-Wl,--exclude-libs=ALL \
    529 	-Wl,-O1 \
    530 	-Wl,--as-needed \
    531 	-Wl,--gc-sections \
    532 	-Wl,--warn-shared-textrel
    533 
    534 
    535 LOCAL_LDFLAGS := $(LOCAL_LDFLAGS_$(GYP_CONFIGURATION))
    536 
    537 LOCAL_STATIC_LIBRARIES := \
    538 	skia_skia_library_gyp \
    539 	ui_gl_gl_gyp
    540 
    541 # Enable grouping to fix circular references
    542 LOCAL_GROUP_STATIC_LIBRARIES := true
    543 
    544 LOCAL_SHARED_LIBRARIES := \
    545 	libstlport \
    546 	libdl
    547 
    548 # Add target alias to "gyp_all_modules" target.
    549 .PHONY: gyp_all_modules
    550 gyp_all_modules: cc_cc_gyp
    551 
    552 # Alias gyp target name.
    553 .PHONY: cc
    554 cc: cc_cc_gyp
    555 
    556 include $(BUILD_STATIC_LIBRARY)
    557