Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/jsr-305/BUILD.gn

Issue 739383004: Add bypass_platform_checks option to java_library/binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/jsr-305/BUILD.gn
diff --git a/third_party/jsr-305/BUILD.gn b/third_party/jsr-305/BUILD.gn
index 3e24063c2fbc78354d5b386368e9e516db50dad1..fdea260639281e8742a3224eb0dc22a7570f0b4b 100644
--- a/third_party/jsr-305/BUILD.gn
+++ b/third_party/jsr-305/BUILD.gn
@@ -1,6 +1,7 @@
import("//build/config/android/rules.gni")
-android_library("jsr_305_javalib") {
+java_library("jsr_305_javalib") {
+ supports_android = true
java_files = [
"src/ri/src/main/java/javax/annotation/PropertyKey.java",
"src/ri/src/main/java/javax/annotation/CheckForSigned.java",
« no previous file with comments | « build/config/android/rules.gni ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698