Merge "Rename d8 ToT to d8-compat-dx"
diff --git a/Android.bp b/Android.bp
index b14a1a0..472c5e0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,7 +1,7 @@
 java_binary_host {
-    name: "d8",
-    wrapper: "etc/d8",
-    manifest: "manifest_d8.txt",
+    name: "d8-compat-dx",
+    wrapper: "etc/d8-compat-dx",
+    manifest: "manifest_d8_compat_dx.txt",
     static_libs: [ "r8-src" ],
 }
 
diff --git a/etc/d8 b/etc/d8-compat-dx
similarity index 98%
rename from etc/d8
rename to etc/d8-compat-dx
index 1c95c0f..21d391f 100755
--- a/etc/d8
+++ b/etc/d8-compat-dx
@@ -34,7 +34,7 @@
 prog="${progdir}"/`basename "${prog}"`
 cd "${oldwd}"
 
-jarfile=d8.jar
+jarfile=d8-compat-dx.jar
 libdir="$progdir"
 
 if [ ! -r "$libdir/$jarfile" ]; then
diff --git a/manifest_d8.txt b/manifest_d8_compat_dx.txt
similarity index 100%
rename from manifest_d8.txt
rename to manifest_d8_compat_dx.txt