summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-06-30 09:36:42 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-06-30 09:36:42 +0000
commitfefb5fa8669e370d546f59bfe4f4ffa5a8ea3b98 (patch)
tree33fe74181b03e634bcd547668029306006552b0c /api
parentb800bb37f6e0f45558dae5c1b09baeee7e77dab5 (diff)
parent12cddb32c0968ccfa67cae75cd691e208e79611a (diff)
Merge "Rename dep_api_srcs property"
Diffstat (limited to 'api')
-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 {