| 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 27 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 LOCAL_MODULE := \ | 39 LOCAL_MODULE := \ |
| 40 local_module | 40 local_module |
| 41 | 41 |
| 42 | 42 |
| 43 # Store skia's resources in the directory structure that the Android testing | 43 # Store skia's resources in the directory structure that the Android testing |
| 44 # infrastructure expects. This requires that Skia maintain a symlinked | 44 # infrastructure expects. This requires that Skia maintain a symlinked |
| 45 # subdirectory in the DATA folder that points to the top level skia resources... | 45 # subdirectory in the DATA folder that points to the top level skia resources... |
| 46 # i.e. external/skia/DATA/skia_resources --> ../resources | 46 # i.e. external/skia/DATA/skia_resources --> ../resources |
| 47 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA | 47 LOCAL_PICKUP_FILES := $(LOCAL_PATH)/../DATA |
| 48 include $(LOCAL_PATH)/../skia_static_deps.mk |
| 48 include $(BUILD_NATIVE_TEST) | 49 include $(BUILD_NATIVE_TEST) |
| OLD | NEW |