Add Rhino 1.7.10 to third party

Content of README.google:

Name: Rhino
URL: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
Version: 1.7.10
Revision: N/A
Date: N/A
License: Mozilla Public License Version 2.0

Description:
Rhino is an open-source implementation of JavaScript written entirely in Java.

Bug: 136633154
Change-Id: I2aacee0cfd48bc58ad858adf7c37de9f153263aa
diff --git a/.gitignore b/.gitignore
index b42d835..f534cfb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -99,6 +99,8 @@
 third_party/junit.tar.gz
 third_party/jsr223-api-1.0
 third_party/jsr223-api-1.0.tar.gz
+third_party/rhino-1.7.10
+third_party/rhino-1.7.10.tar.gz
 third_party/rhino-android-1.1.1
 third_party/rhino-android-1.1.1.tar.gz
 third_party/android_cts_baseline
diff --git a/build.gradle b/build.gradle
index e7ef85a..09f6368 100644
--- a/build.gradle
+++ b/build.gradle
@@ -309,6 +309,7 @@
                 "junit",
                 "jdwp-tests",
                 "jsr223-api-1.0",
+                "rhino-1.7.10",
                 "rhino-android-1.1.1",
                 "kotlin",
                 "kotlin-compiler-1.3.41",
diff --git a/third_party/rhino-1.7.10.tar.gz.sha1 b/third_party/rhino-1.7.10.tar.gz.sha1
new file mode 100644
index 0000000..2e0f569
--- /dev/null
+++ b/third_party/rhino-1.7.10.tar.gz.sha1
@@ -0,0 +1 @@
+3ac43b6b10b9017bf4c4e74e5a9fa64eaddcc656
\ No newline at end of file