From f435d200b7d1ed1742eba36194da71abdfcaa19f Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 23 Dec 2020 14:50:11 +0000 Subject: Remove two unused libraries These were used temporarily before merged stubs were ready, but they are not used anymore. Test: m Change-Id: I517f64353749ffd8d92b8ddbc1dd8b7af75f2176 --- StubLibraries.bp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'StubLibraries.bp') diff --git a/StubLibraries.bp b/StubLibraries.bp index d4abeee27c31..4b28352c85ff 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -333,20 +333,6 @@ java_library_static { }, } -java_library_static { - name: "android_non_updatable_stubs_current", - srcs: [":api-stubs-docs-non-updatable"], - defaults: ["android_defaults_stubs_current"], - libs: ["sdk_system_29_android"], -} - -java_library_static { - name: "android_system_non_updatable_stubs_current", - srcs: [":system-api-stubs-docs-non-updatable"], - defaults: ["android_defaults_stubs_current"], - libs: ["sdk_system_29_android"], -} - ///////////////////////////////////////////////////////////////////// // hwbinder.stubs provides APIs required for building HIDL Java // libraries. -- cgit v1.2.3