From f76f4cf432fc436486c719291c4e4411b1428f82 Mon Sep 17 00:00:00 2001 From: Konstantin Raev Date: Thu, 11 Aug 2016 04:30:59 -0700 Subject: [PATCH] Fixed trunk: added jsr-330 Summary: Closes https://github.com/facebook/react-native/pull/9346 Differential Revision: D3702977 Pulled By: foghina fbshipit-source-id: b9c1285b6cc84daf31a883aef0a30282ad052fbd --- ReactAndroid/src/main/third-party/java/jsr-330/BUCK | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ReactAndroid/src/main/third-party/java/jsr-330/BUCK diff --git a/ReactAndroid/src/main/third-party/java/jsr-330/BUCK b/ReactAndroid/src/main/third-party/java/jsr-330/BUCK new file mode 100644 index 00000000000000..9d5d17eb625d57 --- /dev/null +++ b/ReactAndroid/src/main/third-party/java/jsr-330/BUCK @@ -0,0 +1,11 @@ +prebuilt_jar( + name = 'jsr-330', + binary_jar = ':jsr330-binary-jar', + visibility = ['PUBLIC'], +) + +remote_file( + name = 'jsr330-binary-jar', + url = 'mvn:javax.inject:javax.inject:jar:1', + sha1 = '6975da39a7040257bd51d21a231b76c915872d38', +)