aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apis/Android.bp17
1 files changed, 16 insertions, 1 deletions
diff --git a/apis/Android.bp b/apis/Android.bp
index 32eeb66..c76c167 100644
--- a/apis/Android.bp
+++ b/apis/Android.bp
@@ -134,4 +134,19 @@ java_api_library {
"android_module_lib_stubs_current_full.from-text",
"stub-annotations",
],
-} \ No newline at end of file
+}
+
+java_api_library {
+ name: "android_system_server_stubs_current.from-text",
+ api_surface: "system-server",
+ api_contributions: [
+ "services-non-updatable-stubs.api.contribution",
+ ],
+ libs: [
+ "android_module_lib_stubs_current.from-text",
+ "stub-annotations",
+ ],
+ static_libs: [
+ "android_module_lib_stubs_current.from-text",
+ ],
+}