diff options
author | Anton Hansson <hansson@google.com> | 2020-12-23 14:50:11 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-12-23 14:50:11 +0000 |
commit | f435d200b7d1ed1742eba36194da71abdfcaa19f (patch) | |
tree | 903db079f1c93b706a87487fe2b8b88bc076264c /StubLibraries.bp | |
parent | dd5e2cd505e7f440f81b2e597d25f04dfa698880 (diff) |
Remove two unused libraries
These were used temporarily before merged stubs were ready,
but they are not used anymore.
Test: m
Change-Id: I517f64353749ffd8d92b8ddbc1dd8b7af75f2176
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 14 |
1 files changed, 0 insertions, 14 deletions
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. |