commit | f075bcbc98f6eb3a2ba25ebec433a3d5eba2e55b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Mar 14 16:58:34 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Mar 14 16:58:34 2017 -0700 |
tree | 454c59044ecc5fd2439a8c3391cd22427a73bbbf | |
parent | 77dab1ed35b7397a10859c01c42a79f74d32c4aa [diff] |
package-modules: use && instead of ; between copy commands Using ; to join commands in a rule causes failures to be ignored by make. Use && instead, and add true at the end as the second operand to the last && operator. Also inline copy-test-in-batch, batching is no longer necessary as kati will fall back to a shell script if the recipe is too long to fit in a command line. Test: builds Change-Id: I4a2528bf2a15106cfabaae0336662c4a0464271d