Loading Android.bp +1 −13 Original line number Diff line number Diff line Loading @@ -25,18 +25,6 @@ // // READ ME: ######################################################## // TODO(b/21090328): Remove filter after we are ready to. soong_config_module_type { name: "java_library_with_nonpublic_deps", module_type: "java_library", config_namespace: "ANDROID", bool_variables: ["include_nonpublic_framework_api"], properties: [ "static_libs", "libs", ], } package { default_applicable_licenses: ["frameworks_base_license"], } Loading Loading @@ -151,7 +139,7 @@ filegroup { ], } java_library_with_nonpublic_deps { java_library { name: "framework-all", installable: false, static_libs: [ Loading StubLibraries.bp +6 −14 Original line number Diff line number Diff line Loading @@ -23,14 +23,6 @@ // and comparing them against the checked in API signature, and also checking compatibility // with the latest frozen API signature. // TODO(b/21090328): Remove filter after we are ready to. soong_config_module_type_import { from: "frameworks/base/Android.bp", module_types: [ "java_library_with_nonpublic_deps", ], } ///////////////////////////////////////////////////////////////////// // These modules provide source files for the stub libraries ///////////////////////////////////////////////////////////////////// Loading Loading @@ -232,7 +224,7 @@ java_defaults { visibility: ["//visibility:private"], } java_library_with_nonpublic_deps { java_library { name: "android-non-updatable.stubs", defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":api-stubs-docs-non-updatable"], Loading @@ -242,7 +234,7 @@ java_library_with_nonpublic_deps { }, } java_library_with_nonpublic_deps { java_library { name: "android-non-updatable.stubs.system", defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":system-api-stubs-docs-non-updatable"], Loading Loading @@ -270,7 +262,7 @@ java_library { }, } java_library_with_nonpublic_deps { java_library { name: "android-non-updatable.stubs.test", defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":test-api-stubs-docs-non-updatable"], Loading @@ -290,7 +282,7 @@ java_defaults { defaults_visibility: ["//frameworks/base/services"], } java_library_with_nonpublic_deps { java_library { name: "android_stubs_current", static_libs: [ "all-modules-public-stubs", Loading @@ -300,7 +292,7 @@ java_library_with_nonpublic_deps { defaults: ["android.jar_defaults"], } java_library_with_nonpublic_deps { java_library { name: "android_system_stubs_current", static_libs: [ "all-modules-system-stubs", Loading @@ -324,7 +316,7 @@ java_library_with_nonpublic_deps { ], } java_library_with_nonpublic_deps { java_library { name: "android_test_stubs_current", // Modules do not have test APIs, but we want to include their SystemApis, like we include // the SystemApi of framework-non-updatable-sources. Loading api/Android.bp +0 −3 Original line number Diff line number Diff line Loading @@ -129,9 +129,6 @@ combined_apis { "framework-wifi", "i18n.module.public.api", ], conditional_bootclasspath: [ "framework-auxiliary", ], system_server_classpath: [ "service-media-s", "service-permission", Loading Loading
Android.bp +1 −13 Original line number Diff line number Diff line Loading @@ -25,18 +25,6 @@ // // READ ME: ######################################################## // TODO(b/21090328): Remove filter after we are ready to. soong_config_module_type { name: "java_library_with_nonpublic_deps", module_type: "java_library", config_namespace: "ANDROID", bool_variables: ["include_nonpublic_framework_api"], properties: [ "static_libs", "libs", ], } package { default_applicable_licenses: ["frameworks_base_license"], } Loading Loading @@ -151,7 +139,7 @@ filegroup { ], } java_library_with_nonpublic_deps { java_library { name: "framework-all", installable: false, static_libs: [ Loading
StubLibraries.bp +6 −14 Original line number Diff line number Diff line Loading @@ -23,14 +23,6 @@ // and comparing them against the checked in API signature, and also checking compatibility // with the latest frozen API signature. // TODO(b/21090328): Remove filter after we are ready to. soong_config_module_type_import { from: "frameworks/base/Android.bp", module_types: [ "java_library_with_nonpublic_deps", ], } ///////////////////////////////////////////////////////////////////// // These modules provide source files for the stub libraries ///////////////////////////////////////////////////////////////////// Loading Loading @@ -232,7 +224,7 @@ java_defaults { visibility: ["//visibility:private"], } java_library_with_nonpublic_deps { java_library { name: "android-non-updatable.stubs", defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":api-stubs-docs-non-updatable"], Loading @@ -242,7 +234,7 @@ java_library_with_nonpublic_deps { }, } java_library_with_nonpublic_deps { java_library { name: "android-non-updatable.stubs.system", defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":system-api-stubs-docs-non-updatable"], Loading Loading @@ -270,7 +262,7 @@ java_library { }, } java_library_with_nonpublic_deps { java_library { name: "android-non-updatable.stubs.test", defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":test-api-stubs-docs-non-updatable"], Loading @@ -290,7 +282,7 @@ java_defaults { defaults_visibility: ["//frameworks/base/services"], } java_library_with_nonpublic_deps { java_library { name: "android_stubs_current", static_libs: [ "all-modules-public-stubs", Loading @@ -300,7 +292,7 @@ java_library_with_nonpublic_deps { defaults: ["android.jar_defaults"], } java_library_with_nonpublic_deps { java_library { name: "android_system_stubs_current", static_libs: [ "all-modules-system-stubs", Loading @@ -324,7 +316,7 @@ java_library_with_nonpublic_deps { ], } java_library_with_nonpublic_deps { java_library { name: "android_test_stubs_current", // Modules do not have test APIs, but we want to include their SystemApis, like we include // the SystemApi of framework-non-updatable-sources. Loading
api/Android.bp +0 −3 Original line number Diff line number Diff line Loading @@ -129,9 +129,6 @@ combined_apis { "framework-wifi", "i18n.module.public.api", ], conditional_bootclasspath: [ "framework-auxiliary", ], system_server_classpath: [ "service-media-s", "service-permission", Loading