commit | 3fa4315be4d2fb7769629ac3af9ced0e5a39537e | [log] [tgz] |
---|---|---|
author | John Budorick <[email protected]> | Mon Jun 12 19:13:20 2017 |
committer | Commit Bot <[email protected]> | Mon Jun 26 18:32:36 2017 |
tree | 45e7a9837a077ee72a539100fba2c39ceec9b602 | |
parent | 83354dada1b661bde9c996e336fbc23ddeb74ea9 [diff] [blame] |
[android] Add an empty apk for devil testing. To be used in testing system APK removal and replacement. Bug: 728404 Change-Id: I7e1dc884098f6639eef93a4534e3254fc5f7516a Reviewed-on: https://chromium-review.googlesource.com/530102 Reviewed-by: Stephen Martinis <[email protected]> Reviewed-by: Michael Case <[email protected]> Commit-Queue: John Budorick <[email protected]> Cr-Commit-Position: refs/heads/master@{#482331}
diff --git a/BUILD.gn b/BUILD.gn index bd6786e..7c9522e 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -284,6 +284,7 @@ "//services:service_junit_tests", "//testing/android/junit:junit_unit_tests", "//third_party/android_async_task:android_async_task_java", + "//third_party/catapult/devil", "//third_party/errorprone:chromium_errorprone", "//third_party/smhasher:murmurhash3", "//tools/android:android_tools",