# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
android_apk("media_router_test_support_apk") {
# Used as an additional_apk in test scripts.
never_incremental = true
deps = [
"//components/media_router/test/android/cast_emulator:cast_emulator_java",
]
apk_name = "MediaRouterTestSupportApk"
android_manifest = "AndroidManifest.xml"
}