1*6777b538SAndroid Build Coastguard Worker# Copyright 2015 The Chromium Authors 2*6777b538SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be 3*6777b538SAndroid Build Coastguard Worker# found in the LICENSE file. 4*6777b538SAndroid Build Coastguard Worker 5*6777b538SAndroid Build Coastguard Workerimport("//build/config/android/rules.gni") 6*6777b538SAndroid Build Coastguard Worker 7*6777b538SAndroid Build Coastguard Workerandroid_library("reporter_java") { 8*6777b538SAndroid Build Coastguard Worker testonly = true 9*6777b538SAndroid Build Coastguard Worker chromium_code = true 10*6777b538SAndroid Build Coastguard Worker 11*6777b538SAndroid Build Coastguard Worker deps = [ 12*6777b538SAndroid Build Coastguard Worker "//build/android/gtest_apk:native_test_instrumentation_test_runner_java", 13*6777b538SAndroid Build Coastguard Worker ] 14*6777b538SAndroid Build Coastguard Worker 15*6777b538SAndroid Build Coastguard Worker sources = [ "java/src/org/chromium/test/reporter/TestStatusReporter.java" ] 16*6777b538SAndroid Build Coastguard Worker} 17