Loading ApiDocs.bp +1 −19 Original line number Diff line number Diff line Loading @@ -74,39 +74,21 @@ stubs_defaults { stubs_defaults { name: "framework-doc-stubs-default", defaults: ["android-non-updatable-stubs-defaults"], srcs: [ ":android-non-updatable-stub-sources", // No longer part of the stubs, but are included in the docs. ":android-test-base-sources", ":android-test-mock-sources", ":android-test-runner-sources", ], arg_files: [ "core/res/AndroidManifest.xml", ], libs: framework_docs_only_libs, create_doc_stubs: true, annotations_enabled: true, filter_packages: packages_to_document, api_levels_annotations_enabled: true, api_levels_annotations_dirs: [ "sdk-dir", "api-versions-jars-dir", ], previous_api: ":android.api.public.latest", merge_annotations_dirs: [ "metalava-manual", ], write_sdk_values: true, // TODO(b/169090544): remove below aidl includes. aidl: { local_include_dirs: ["media/aidl"], include_dirs: [ "frameworks/av/aidl", "frameworks/native/libs/permission/aidl", ], }, } // Defaults module for doc-stubs targets that use module source code as input. Loading Loading
ApiDocs.bp +1 −19 Original line number Diff line number Diff line Loading @@ -74,39 +74,21 @@ stubs_defaults { stubs_defaults { name: "framework-doc-stubs-default", defaults: ["android-non-updatable-stubs-defaults"], srcs: [ ":android-non-updatable-stub-sources", // No longer part of the stubs, but are included in the docs. ":android-test-base-sources", ":android-test-mock-sources", ":android-test-runner-sources", ], arg_files: [ "core/res/AndroidManifest.xml", ], libs: framework_docs_only_libs, create_doc_stubs: true, annotations_enabled: true, filter_packages: packages_to_document, api_levels_annotations_enabled: true, api_levels_annotations_dirs: [ "sdk-dir", "api-versions-jars-dir", ], previous_api: ":android.api.public.latest", merge_annotations_dirs: [ "metalava-manual", ], write_sdk_values: true, // TODO(b/169090544): remove below aidl includes. aidl: { local_include_dirs: ["media/aidl"], include_dirs: [ "frameworks/av/aidl", "frameworks/native/libs/permission/aidl", ], }, } // Defaults module for doc-stubs targets that use module source code as input. Loading