blob: 2a72bc47ed249368b86baeb3f2a1dc1aa7cb41ef [file] [log] [blame]
# Copyright 2020 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/rules.gni")
android_library("native_test_instrumentation_test_runner_java") {
testonly = true
sources = [
"java/src/org/chromium/build/gtest_apk/NativeTestInstrumentationTestRunner.java",
"java/src/org/chromium/build/gtest_apk/NativeTestIntent.java",
"java/src/org/chromium/build/gtest_apk/TestStatusIntent.java",
"java/src/org/chromium/build/gtest_apk/TestStatusReceiver.java",
]
}