blob: 9a3bca7c92275cb8e25446f297c6257261addad2 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("hw_accel") {
deps = [
"gdc",
"ge2d",
]
}
group("tests") {
testonly = true
deps = [
"gdc:tests",
"ge2d:tests",
]
}