blob: a202796088148e7b4626619e1308293bdee71b7c [file]
# 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/rules.gni")
android_library("broker_java") {
chromium_code = true
sources =
[ "java/src/org/chromium/test/broker/OnDeviceInstrumentationBroker.java" ]
}