summaryrefslogtreecommitdiffstats
path: root/chrome/test/android/chrome_public_test_support/BUILD.gn
blob: d65584b04798fe59cc0021d3b32e3d494e5a9512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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")

# GYP: //clank/native/clank.gyp:chrome_public_test_support_apk
android_apk("chrome_public_test_support_apk") {
  deps = [
    "//chrome/test/android/cast_emulator:cast_emulator",
  ]

  apk_name = "ChromePublicTestSupport"
  android_manifest = "AndroidManifest.xml"
}