blob: 93c51b35c9a2f1d0615c7203f3e0af9f4c3b05c0 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/python.gni")
python_library("avd_py") {
testonly = true
pydeps_file = "avd.pydeps"
data = [
"proto/",
]
}