Remove dependencies on art-notices jar

These notices are now included in the art stub itself.

Bug: 173186484
Bug: 184839599
Test: m android_stubs_current && unzip -l | grep NOTICE
Change-Id: I0cfbedd729ed1178297674b5d589205d1f942abe
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 3f4e689..d0da5da 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -393,7 +393,6 @@
 
 java_defaults {
     name: "android_defaults_stubs_current",
-    static_libs: ["art-notices-for-framework-stubs-jar"], // License notices from art module
     sdk_version: "none",
     system_modules: "none",
     java_version: "1.8",