blob: 5ea2ed8e9c17272b4e7e8782e44059e7304d4705 [file] [log] [blame]
Eric Seidel1635aee2015-07-01 12:29:40 -07001# Copyright 2014 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//build/config/android/rules.gni")
6
7android_library("java") {
Benjamin Lerman61c48702015-07-06 14:56:14 +02008 java_files = [ "src/org/chromium/mojo/common/DataPipeUtils.java" ]
Eric Seidel1635aee2015-07-01 12:29:40 -07009
10 deps = [
11 "//base:base_java",
12 "//mojo/public/java:system",
13 ]
14}