| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'CopyVulkanViewerDeps', | 8 'target_name': 'CopyVulkanViewerDeps', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'inputs': [ | 46 'inputs': [ |
| 47 '<(android_base)/apps/vulkanviewer/src/main/libs/<(android_arch)
/libskia_android.so', | 47 '<(android_base)/apps/vulkanviewer/src/main/libs/<(android_arch)
/libskia_android.so', |
| 48 ], | 48 ], |
| 49 }], | 49 }], |
| 50 ], | 50 ], |
| 51 'outputs': [ | 51 'outputs': [ |
| 52 '../apps/vulkanviewer/build/outputs/apk/', | 52 '../apps/vulkanviewer/build/outputs/apk/', |
| 53 ], | 53 ], |
| 54 'action': [ | 54 'action': [ |
| 55 '<(android_base)/apps/gradlew', | 55 '<(android_base)/apps/gradlew', |
| 56 ':vulkanviewer:assemble<(android_variant)Debug', | 56 ':vulkanviewer:assemble<(android_variant)<(android_buildtype)', |
| 57 '-p<(android_base)/apps/vulkanviewer', | 57 '-p<(android_base)/apps/vulkanviewer', |
| 58 '-PsuppressNativeBuild', | 58 '-PsuppressNativeBuild', |
| 59 '--daemon', | 59 '--daemon', |
| 60 ], | 60 ], |
| 61 }, | 61 }, |
| 62 ], | 62 ], |
| 63 }, | 63 }, |
| 64 ], | 64 ], |
| 65 } | 65 } |
| OLD | NEW |