| # Copyright 2015 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("chrome_public_test_support_apk") { |
| # Used as an additional_apk in test scripts. |
| never_incremental = true |
| |
| deps = [ "//chrome/test/android/test_trusted_web_activity:test_trusted_web_activity_java" ] |
| |
| apk_name = "ChromePublicTestSupport" |
| android_manifest = "AndroidManifest.xml" |
| } |