1 2 ############################################################################### 3 # 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. 5 # 6 # For bugs, please contact scroggo (a] google.com or djsollen (a] google.com 7 # 8 ############################################################################### 9 10 LOCAL_PATH:= $(call my-dir) 11 include $(CLEAR_VARS) 12 LOCAL_CFLAGS += \ 13 local_cflags 14 15 LOCAL_CPPFLAGS := \ 16 local_cppflags 17 18 LOCAL_SRC_FILES := \ 19 local_src_files 20 21 LOCAL_SHARED_LIBRARIES := \ 22 local_shared_libraries 23 24 LOCAL_STATIC_LIBRARIES := \ 25 local_static_libraries 26 27 LOCAL_C_INCLUDES := \ 28 local_c_includes 29 30 LOCAL_EXPORT_C_INCLUDE_DIRS := \ 31 local_export_c_include_dirs 32 33 LOCAL_CFLAGS += \ 34 -Ddefines 35 36 LOCAL_MODULE_TAGS := \ 37 local_module_tags 38 39 LOCAL_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 46 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA 47 include $(LOCAL_PATH)/../skia_static_deps.mk 48 include $(BUILD_NATIVE_TEST) 49