From 83d858004c0eb45ffae56ae3734a9ca5fff592ea Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 22 Apr 2021 10:23:18 +0100 Subject: [PATCH] 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 --- StubLibraries.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/StubLibraries.bp b/StubLibraries.bp index 3f4e68965f4ce..d0da5dae2ce3d 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -393,7 +393,6 @@ java_library_static { 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",