| OLD | NEW |
| 1 | 1 |
| 2 ############################################################################### | 2 ############################################################################### |
| 3 # | 3 # |
| 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. | 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT. |
| 5 # | 5 # |
| 6 # For bugs, please contact scroggo@google.com or djsollen@google.com | 6 # For bugs, please contact scroggo@google.com or djsollen@google.com |
| 7 # | 7 # |
| 8 ############################################################################### | 8 ############################################################################### |
| 9 | 9 |
| 10 LOCAL_PATH:= $(call my-dir) | 10 LOCAL_PATH:= $(call my-dir) |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 LOCAL_CFLAGS += \ | 33 LOCAL_CFLAGS += \ |
| 34 -Ddefines | 34 -Ddefines |
| 35 | 35 |
| 36 LOCAL_MODULE_TAGS := \ | 36 LOCAL_MODULE_TAGS := \ |
| 37 local_module_tags | 37 local_module_tags |
| 38 | 38 |
| 39 LOCAL_MODULE := \ | 39 LOCAL_MODULE := \ |
| 40 local_module | 40 local_module |
| 41 | 41 |
| 42 LOCAL_PICKUP_FILES := \ | 42 |
| 43 » $(LOCAL_PATH)/../resources | 43 # Setup directory to store skia's resources in the directory structure that |
| 44 # the Android testing infrastructure expects |
| 45 skia_res_dir := $(call intermediates-dir-for,PACKAGING,skia_resources)/DATA |
| 46 $(shell mkdir -p $(skia_res_dir)) |
| 47 $(shell cp -r $(LOCAL_PATH)/../resources/. $(skia_res_dir)/skia_resources) |
| 48 LOCAL_PICKUP_FILES := $(skia_res_dir) |
| 49 skia_res_dir := |
| 44 | 50 |
| 45 include $(BUILD_NATIVE_TEST) | 51 include $(BUILD_NATIVE_TEST) |
| OLD | NEW |