Home | History | Annotate | Download | only in skia
      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 := skia_skia_chrome_opts_gyp
      7 LOCAL_MODULE_SUFFIX := .a
      8 LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
      9 gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
     10 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
     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 ### Rules for final target.
     21 
     22 LOCAL_SHARED_LIBRARIES := \
     23 	libstlport \
     24 	libdl
     25 
     26 # Add target alias to "gyp_all_modules" target.
     27 .PHONY: gyp_all_modules
     28 gyp_all_modules: skia_skia_chrome_opts_gyp
     29 
     30 # Alias gyp target name.
     31 .PHONY: skia_chrome_opts
     32 skia_chrome_opts: skia_skia_chrome_opts_gyp
     33 
     34 include $(BUILD_STATIC_LIBRARY)
     35