blob: e937de0e54b21b4b39f3f7c2a46d764406c1ec2a [file] [log] [blame]
# Copyright 2018 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.
import("//src/media/audio/audio_core/config.gni")
audio_core_config("chromebook") {
for_pkg = "audio_core"
config = "chromebook_audio_core_config.json"
test_package_name = "audio-core-chromebook-config-test"
}
group("tests") {
testonly = true
deps = [ ":audio-core-chromebook-config-test" ]
}