blob: d0a8f64bd350648482f250e9a66a05562e02c6ab [file] [log] [blame]
mikecase56633ff02016-07-01 21:38:281# Copyright 2016 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
7java_prebuilt("intellij_annotations_java") {
8 testonly = true
John Budorickb80cf482017-11-07 19:32:059 jar_path = "lib/annotations.jar"
mikecase56633ff02016-07-01 21:38:2810}