Home | History | Annotate | Download | only in libunwind

Lines Matching refs:libunwind_module

24 LOCAL_MODULE := $(libunwind_module)
31 LOCAL_MULTILIB := $($(libunwind_module)_multilib)
36 LOCAL_MODULE_STEM_32 := $(libunwind_module)32
37 LOCAL_MODULE_STEM_64 := $(libunwind_module)64
48 $($(libunwind_module)_cflags) \
49 $($(libunwind_module)_cflags_$(libunwind_build_type)) \
54 $($(libunwind_module)_clang_cflags) \
55 $($(libunwind_module)_clang_cflags_$(libunwind_build_type)) \
60 $($(libunwind_module)_conlyflags) \
61 $($(libunwind_module)_conlyflags_$(libunwind_build_type)) \
65 $($(libunwind_module)_cppflags) \
66 $($(libunwind_module)_cppflags_$(libunwind_build_type)) \
70 $($(libunwind_module)_c_includes) \
71 $($(libunwind_module)_c_includes_$(libunwind_build_type)) \
74 $($(libunwind_module)_export_c_include_dirs)
80 $($(libunwind_module)_src_files) \
81 $($(libunwind_module)_src_files_$(build_type)) \
84 $(eval LOCAL_SRC_FILES_$(arch) := $($(libunwind_module)_src_files_$(arch))))
86 LOCAL_SRC_FILES_32 := $($(libunwind_module)_src_files_32)
87 LOCAL_SRC_FILES_64 := $($(libunwind_module)_src_files_64)
90 $($(libunwind_module)_static_libraries) \
91 $($(libunwind_module)_static_libraries_$(libunwind_build_type)) \
94 $($(libunwind_module)_whole_static_libraries) \
95 $($(libunwind_module)_whole_static_libraries_$(libunwind_build_type)) \
98 $($(libunwind_module)_shared_libraries) \
99 $($(libunwind_module)_shared_libraries_$(libunwind_build_type)) \
102 $($(libunwind_module)_ldlibs) \
103 $($(libunwind_module)_ldlibs_$(libunwind_build_type)) \
106 $($(libunwind_module)_ldflags) \
107 $($(libunwind_module)_ldflags_$(libunwind_build_type)) \