diff options
author | Andrei-Valentin Onea <andreionea@google.com> | 2021-04-28 15:06:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-28 15:06:22 +0000 |
commit | e93cf9e5660b25fcee5a67203438507b0d968c0b (patch) | |
tree | 2c8bce1f4390f04155e7fd5dee11fc60036c2fd3 /StubLibraries.bp | |
parent | c01d2f42584574bf51297e3d8851861afb2846cc (diff) | |
parent | faa271aa5e1a98aacc81f27e289da10f25bee0c8 (diff) |
Merge "Replace source based system server stubs"
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 00d077192a01..5a0439bbeb2d 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -471,6 +471,22 @@ java_library_static { }, } +java_library { + name: "android_system_server_stubs_current", + defaults: ["android_stubs_dists_default"], + srcs: [":services-non-updatable-stubs"], + installable: false, + static_libs: [ + "android_module_lib_stubs_current", + ], + sdk_version: "none", + system_modules: "none", + java_version: "1.8", + dist: { + dir: "apistubs/android/system-server", + }, +} + ///////////////////////////////////////////////////////////////////// // hwbinder.stubs provides APIs required for building HIDL Java // libraries. |