summaryrefslogtreecommitdiff
path: root/StubLibraries.bp
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2021-03-30 10:11:22 +0100
committerAnton Hansson <hansson@google.com>2021-03-30 10:45:27 +0100
commit77ff72fd715e51c562b5615f9711e602bd71f4c9 (patch)
tree6921086819529e6afef8129ad0dd1e7ff336d21a /StubLibraries.bp
parent406fe4ab270b792d8897749ea07548480cb95cf2 (diff)
Add a shared filegroup for non-updatable stub sources
It is always a mistake to add something to the stub sources but not the doc stub sources. Test: m Change-Id: I6b76f5d2c7f0adc01b8a9eb141f2f34d9c2d2967
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r--StubLibraries.bp8
1 files changed, 1 insertions, 7 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 6316c4a6f19f..1644a550aca5 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -42,13 +42,7 @@ packages_to_document = [
stubs_defaults {
name: "metalava-non-updatable-api-stubs-default",
- srcs: [
- ":framework-non-updatable-sources",
- "core/java/**/*.logtags",
- ":opt-telephony-srcs",
- ":opt-net-voip-srcs",
- "**/package.html",
- ],
+ srcs: [":framework-non-updatable-stub-sources"],
sdk_version: "none",
system_modules: "none",
java_version: "1.8",