Commit 7d8e5149 authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

android: add missing avd proto data for emulator

Currently emulator fyi bots have test failing due to the missing avd-config
files.
This CL adds them to the BUILD.gn

Bug: 922145
Change-Id: Ide614113094585999b0370d219f55bd319f123b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846037Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#703500}
parent a5178107
......@@ -92,6 +92,7 @@ python_library("test_runner_py") {
if (build_with_chromium) {
data += [
"//third_party/android_build_tools/bundletool/bundletool-all-0.10.3.jar",
"//tools/android/avd/proto/",
]
data_deps +=
[ "//third_party/android_platform/development/scripts:stack_py" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment