Add Reference Implementation of JSR 223
Content of README.google:
Name: JSR 223: Scripting for the JavaTM Platform
URL: http://jcp.org/en/jsr/detail?id=223
Version: 1.0
Revision: N/A
Date: N/A
License: Java SE 6 platform release license
Description:
The Reference Implementation of JSR 223: "Scripting for the JavaTM Platform".
Bug: 136633154
Change-Id: I07ac5aacb70d01fc241d2f6ebc31bcdc808e564f
diff --git a/.gitignore b/.gitignore
index e7f9b71..8c8e1fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,6 +87,8 @@
third_party/jctf.tar.gz
third_party/junit
third_party/junit.tar.gz
+third_party/jsr223-api-1.0
+third_party/jsr223-api-1.0.tar.gz
third_party/android_cts_baseline
third_party/android_cts_baseline.tar.gz
third_party/framework
diff --git a/build.gradle b/build.gradle
index c532a85..eba96ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -307,6 +307,7 @@
"jctf",
"junit",
"jdwp-tests",
+ "jsr223-api-1.0",
"kotlin",
"kotlin-compiler-1.3.41",
"openjdk/openjdk-rt-1.8",
diff --git a/third_party/jsr223-api-1.0.tar.gz.sha1 b/third_party/jsr223-api-1.0.tar.gz.sha1
new file mode 100644
index 0000000..0f345d2
--- /dev/null
+++ b/third_party/jsr223-api-1.0.tar.gz.sha1
@@ -0,0 +1 @@
+e7e08e5883cc4431bab718018978b53bbe200b0f
\ No newline at end of file