mikecase | 56633ff0 | 2016-07-01 21:38:28 | [diff] [blame] | 1 | # 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 | |||||
5 | import("//build/config/android/rules.gni") | ||||
6 | |||||
7 | java_prebuilt("intellij_annotations_java") { | ||||
8 | testonly = true | ||||
John Budorick | b80cf48 | 2017-11-07 19:32:05 | [diff] [blame^] | 9 | jar_path = "lib/annotations.jar" |
mikecase | 56633ff0 | 2016-07-01 21:38:28 | [diff] [blame] | 10 | } |