• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2###############################################################################
3#
4# THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
5#
6# For bugs, please contact scroggo@google.com or djsollen@google.com
7#
8###############################################################################
9
10LOCAL_PATH:= $(call my-dir)
11include $(CLEAR_VARS)
12LOCAL_CFLAGS += \
13	local_cflags
14
15LOCAL_CPPFLAGS := \
16	local_cppflags
17
18LOCAL_SRC_FILES := \
19	local_src_files
20
21LOCAL_SHARED_LIBRARIES := \
22	local_shared_libraries
23
24LOCAL_STATIC_LIBRARIES := \
25	local_static_libraries
26
27LOCAL_C_INCLUDES := \
28	local_c_includes
29
30LOCAL_EXPORT_C_INCLUDE_DIRS := \
31	local_export_c_include_dirs
32
33LOCAL_CFLAGS += \
34	-Ddefines
35
36LOCAL_MODULE_TAGS := \
37	local_module_tags
38
39LOCAL_MODULE := \
40	local_module
41
42# Store skia's resources in the directory structure that the Android testing
43# infrastructure expects.  This requires that Skia maintain a symlinked
44# subdirectory in the DATA folder that points to the top level skia resources...
45#  i.e. external/skia/DATA/skia_resources --> ../resources
46LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA
47include $(LOCAL_PATH)/../skia_static_deps.mk
48include $(BUILD_NATIVE_TEST)
49