diff options
| author | 2020-12-23 17:18:12 +0000 | |
|---|---|---|
| committer | 2020-12-23 17:18:12 +0000 | |
| commit | 2458e4ad5df42bd745522854c0d2d66188dc54f1 (patch) | |
| tree | 903db079f1c93b706a87487fe2b8b88bc076264c | |
| parent | dd5e2cd505e7f440f81b2e597d25f04dfa698880 (diff) | |
| parent | f435d200b7d1ed1742eba36194da71abdfcaa19f (diff) | |
Merge "Remove two unused libraries"
| -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. |