blob: f278f73d1b9bd902b8f54ee177c0bf5ae1c5cafe [file] [log] [blame]
# Copyright 2015 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/android/config.gni")
import("//build/config/android/rules.gni")
android_apk("chrome_public_test_support_apk") {
# Used as an additional_apk in test scripts.
never_incremental = true
# Multidex requires a custom Application class to initialize it. Simpler to
# just disable it.
enable_multidex = false
deps = [
"//chrome/test/android/cast_emulator:cast_emulator_java",
"//chrome/test/android/test_trusted_web_activity:test_trusted_web_activity_java",
]
apk_name = "ChromePublicTestSupport"
android_manifest = "AndroidManifest.xml"
}