summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-06-30 12:27:37 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-06-30 12:27:37 +0000
commitb5e250dcc81e9d507e4f2621c8c24930188707b3 (patch)
treef1695426d8392c46d76d93d8c9ce7c09d4d95303
parentfd0466619874fb8df0bc98d3c4e151ce6972754c (diff)
parent9e3379746fd2c56af71dcabdddcc24dcf079d888 (diff)
Merge "Rename dep_api_srcs property" am: fefb5fa866 am: b2793b2ea5 am: 2afd0d0482 am: 9e3379746f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2640211 Change-Id: Ie49e5ef77197dca51f8a1aea57b59c3bd64ee936 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--api/StubLibraries.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/StubLibraries.bp b/api/StubLibraries.bp
index 7c8dd92f96d8..9a0053f8add6 100644
--- a/api/StubLibraries.bp
+++ b/api/StubLibraries.bp
@@ -380,7 +380,7 @@ java_api_library {
":non-updatable-current.txt",
],
defaults: ["android-non-updatable_from_text_defaults"],
- dep_api_srcs: "android_stubs_current.from-text",
+ full_api_surface_stub: "android_stubs_current.from-text",
}
java_api_library {
@@ -391,7 +391,7 @@ java_api_library {
":non-updatable-system-current.txt",
],
defaults: ["android-non-updatable_from_text_defaults"],
- dep_api_srcs: "android_system_stubs_current.from-text",
+ full_api_surface_stub: "android_system_stubs_current.from-text",
}
java_api_library {
@@ -403,7 +403,7 @@ java_api_library {
":non-updatable-test-current.txt",
],
defaults: ["android-non-updatable_from_text_defaults"],
- dep_api_srcs: "android_test_stubs_current.from-text",
+ full_api_surface_stub: "android_test_stubs_current.from-text",
}
java_api_library {
@@ -415,7 +415,7 @@ java_api_library {
":non-updatable-module-lib-current.txt",
],
defaults: ["android-non-updatable_from_text_defaults"],
- dep_api_srcs: "android_module_lib_stubs_current_full.from-text",
+ full_api_surface_stub: "android_module_lib_stubs_current_full.from-text",
}
java_defaults {