Loading aconfig/codegen/java_aconfig_library.go +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ func (callbacks *JavaAconfigDeclarationsLibraryCallbacks) DepsMutator(module *ja module.AddSharedLibrary("aconfig-annotations-lib") // TODO(b/303773055): Remove the annotation after access issue is resolved. module.AddSharedLibrary("unsupportedappusage") module.AddSharedLibrary("aconfig_storage_reader_java") module.AddSharedLibrary("aconfig_storage_stub") } } Loading android/container.go +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ var globallyAllowlistedDependencies = []string{ // TODO(b/363016634): Remove from the allowlist when the module is converted // to java_sdk_library and the java_aconfig_library modules depend on the stub. "aconfig_storage_reader_java", "aconfig_storage_stub", // framework-res provides core resources essential for building apps and system UI. // This module is implicitly added as a dependency for java modules even when the Loading java/testing.go +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", "aconfig_storage_reader_java", "aconfig_storage_stub", "unsupportedappusage", } Loading Loading
aconfig/codegen/java_aconfig_library.go +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ func (callbacks *JavaAconfigDeclarationsLibraryCallbacks) DepsMutator(module *ja module.AddSharedLibrary("aconfig-annotations-lib") // TODO(b/303773055): Remove the annotation after access issue is resolved. module.AddSharedLibrary("unsupportedappusage") module.AddSharedLibrary("aconfig_storage_reader_java") module.AddSharedLibrary("aconfig_storage_stub") } } Loading
android/container.go +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ var globallyAllowlistedDependencies = []string{ // TODO(b/363016634): Remove from the allowlist when the module is converted // to java_sdk_library and the java_aconfig_library modules depend on the stub. "aconfig_storage_reader_java", "aconfig_storage_stub", // framework-res provides core resources essential for building apps and system UI. // This module is implicitly added as a dependency for java modules even when the Loading
java/testing.go +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ func gatherRequiredDepsForTest() string { "stub-annotations", "aconfig-annotations-lib", "aconfig_storage_reader_java", "aconfig_storage_stub", "unsupportedappusage", } Loading