printing.target.linux-x86.mk revision 2a99a7e74a7f215066514fe81d2bfa6639d9eddd
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := STATIC_LIBRARIES
6LOCAL_MODULE := printing_printing_gyp
7LOCAL_MODULE_SUFFIX := .a
8LOCAL_MODULE_TAGS := optional
9gyp_intermediate_dir := $(call local-intermediates-dir)
10gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
11
12# Make sure our deps are built first.
13GYP_TARGET_DEPENDENCIES := \
14	$(call intermediates-dir-for,STATIC_LIBRARIES,skia_skia_gyp)/skia_skia_gyp.a \
15	$(call intermediates-dir-for,GYP,third_party_icu_icui18n_gyp)/icui18n.stamp \
16	$(call intermediates-dir-for,GYP,third_party_icu_icuuc_gyp)/icuuc.stamp
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
23### Rules for final target.
24
25LOCAL_LDFLAGS := \
26	-Wl,-z,now \
27	-Wl,-z,relro \
28	-Wl,-z,noexecstack \
29	-fPIC \
30	-m32 \
31	-nostdlib \
32	-Wl,--no-undefined \
33	-Wl,--exclude-libs=ALL \
34	-Wl,-O1 \
35	-Wl,--as-needed \
36	-Wl,--gc-sections
37
38
39LOCAL_STATIC_LIBRARIES := \
40	skia_skia_gyp
41
42# Enable grouping to fix circular references
43LOCAL_GROUP_STATIC_LIBRARIES := true
44
45LOCAL_SHARED_LIBRARIES := \
46	libstlport \
47	libdl
48
49# Add target alias to "gyp_all_modules" target.
50.PHONY: gyp_all_modules
51gyp_all_modules: printing_printing_gyp
52
53# Alias gyp target name.
54.PHONY: printing
55printing: printing_printing_gyp
56
57include $(BUILD_STATIC_LIBRARY)
58