Add `libcore.java.awt` tests to the ART Libcore test suite.

Tests execution time: 4.87s on host, 6.66s on device (Pixel XL).

Test: Run Libcore tests on host and target
Change-Id: I927411a69e4db4ffd81ce42e30f67a686ad87a7d
diff --git a/tools/run-libcore-tests.sh b/tools/run-libcore-tests.sh
index 6490e75..6d3d3b4 100755
--- a/tools/run-libcore-tests.sh
+++ b/tools/run-libcore-tests.sh
@@ -86,6 +86,7 @@
 working_packages=("libcore.android.system"
                   "libcore.build"
                   "libcore.dalvik.system"
+                  "libcore.java.awt"
                   "libcore.java.lang"
                   "libcore.java.math"
                   "libcore.java.text"