Add support for annotations in module_sdk
Support has been added to SDKs for annotations, update the
prebuilts to contain annotations as well.
- The Android.bp changes in this change were made manually
- The annotation zip files are from build 7815890
Bug: 187397779
Test: m nothing
Merged-In: I595c1b96e230bf1e56580e86ec038d29786a16a3
Change-Id: I595c1b96e230bf1e56580e86ec038d29786a16a3
diff --git a/current/Android.bp b/current/Android.bp
index 0e25c95..49062d1 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -51,6 +51,7 @@
stub_srcs: ["sdk_library/public/framework-scheduling.srcjar"],
current_api: "sdk_library/public/framework-scheduling.txt",
removed_api: "sdk_library/public/framework-scheduling-removed.txt",
+ annotations: "sdk_library/public/framework-scheduling_annotations.zip",
sdk_version: "module_current",
},
system: {
@@ -58,6 +59,7 @@
stub_srcs: ["sdk_library/system/framework-scheduling.srcjar"],
current_api: "sdk_library/system/framework-scheduling.txt",
removed_api: "sdk_library/system/framework-scheduling-removed.txt",
+ annotations: "sdk_library/system/framework-scheduling_annotations.zip",
sdk_version: "module_current",
},
module_lib: {
@@ -65,6 +67,7 @@
stub_srcs: ["sdk_library/module-lib/framework-scheduling.srcjar"],
current_api: "sdk_library/module-lib/framework-scheduling.txt",
removed_api: "sdk_library/module-lib/framework-scheduling-removed.txt",
+ annotations: "sdk_library/module-lib/framework-scheduling_annotations.zip",
sdk_version: "module_current",
},
}
@@ -82,6 +85,7 @@
stub_srcs: ["sdk_library/public/framework-scheduling.srcjar"],
current_api: "sdk_library/public/framework-scheduling.txt",
removed_api: "sdk_library/public/framework-scheduling-removed.txt",
+ annotations: "sdk_library/public/framework-scheduling_annotations.zip",
sdk_version: "module_current",
},
system: {
@@ -89,6 +93,7 @@
stub_srcs: ["sdk_library/system/framework-scheduling.srcjar"],
current_api: "sdk_library/system/framework-scheduling.txt",
removed_api: "sdk_library/system/framework-scheduling-removed.txt",
+ annotations: "sdk_library/system/framework-scheduling_annotations.zip",
sdk_version: "module_current",
},
module_lib: {
@@ -96,6 +101,7 @@
stub_srcs: ["sdk_library/module-lib/framework-scheduling.srcjar"],
current_api: "sdk_library/module-lib/framework-scheduling.txt",
removed_api: "sdk_library/module-lib/framework-scheduling-removed.txt",
+ annotations: "sdk_library/module-lib/framework-scheduling_annotations.zip",
sdk_version: "module_current",
},
}
diff --git a/current/sdk_library/module-lib/framework-scheduling_annotations.zip b/current/sdk_library/module-lib/framework-scheduling_annotations.zip
new file mode 100644
index 0000000..ff6b9b8
--- /dev/null
+++ b/current/sdk_library/module-lib/framework-scheduling_annotations.zip
Binary files differ
diff --git a/current/sdk_library/public/framework-scheduling_annotations.zip b/current/sdk_library/public/framework-scheduling_annotations.zip
new file mode 100644
index 0000000..15cb0ec
--- /dev/null
+++ b/current/sdk_library/public/framework-scheduling_annotations.zip
Binary files differ
diff --git a/current/sdk_library/system/framework-scheduling_annotations.zip b/current/sdk_library/system/framework-scheduling_annotations.zip
new file mode 100644
index 0000000..ff6b9b8
--- /dev/null
+++ b/current/sdk_library/system/framework-scheduling_annotations.zip
Binary files differ