• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := skia_skia_chrome_opts_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
9gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES :=
14
15GYP_GENERATED_OUTPUTS :=
16
17# Make sure our deps and generated files are built first.
18LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
19
20### Rules for final target.
21
22LOCAL_SHARED_LIBRARIES := \
23	libstlport \
24	libdl
25
26# Add target alias to "gyp_all_modules" target.
27.PHONY: gyp_all_modules
28gyp_all_modules: skia_skia_chrome_opts_gyp
29
30# Alias gyp target name.
31.PHONY: skia_chrome_opts
32skia_chrome_opts: skia_skia_chrome_opts_gyp
33
34include $(BUILD_STATIC_LIBRARY)
35