Loading android/bazel.go +0 −2 Original line number Diff line number Diff line Loading @@ -435,8 +435,6 @@ var ( "abb", // depends on unconverted modules: libcmd, libbinder "adb", // depends on unconverted modules: AdbWinApi, libadb_host, libandroidfw, libapp_processes_protos_full, libfastdeploy_host, libopenscreen-discovery, libopenscreen-platform-impl, libusb, bin2c_fastdeployagent, AdbWinUsbApi "libadb_host", // depends on unconverted modules: libopenscreen-discovery, libopenscreen-platform-impl, libusb, AdbWinApi "libfastdeploy_host", // depends on unconverted modules: libandroidfw, libusb, AdbWinApi "linker", // depends on unconverted modules: libdebuggerd_handler_fallback "linker_reloc_bench_main", // depends on unconverted modules: liblinker_reloc_bench_* "versioner", // depends on unconverted modules: libclang_cxx_host, libLLVM_host, of unsupported type llvm_host_prebuilt_library_shared Loading cc/cc.go +3 −1 Original line number Diff line number Diff line Loading @@ -3490,7 +3490,9 @@ func (c *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) { libraryBp2Build(ctx, c) } } else if !static && !shared { if !prebuilt { libraryHeadersBp2Build(ctx, c) } } else if static { if prebuilt { prebuiltLibraryStaticBp2Build(ctx, c) Loading cc/library.go +0 −2 Original line number Diff line number Diff line Loading @@ -443,8 +443,6 @@ func LibraryHostStaticFactory() android.Module { module, library := NewLibrary(android.HostSupported) library.BuildOnlyStatic() module.sdkMemberTypes = []android.SdkMemberType{staticLibrarySdkMemberType} module.bazelable = true module.bazelHandler = &ccLibraryBazelHandler{module: module} return module.Init() } Loading cc/library_headers.go +0 −2 Original line number Diff line number Diff line Loading @@ -104,8 +104,6 @@ func LibraryHeaderFactory() android.Module { func prebuiltLibraryHeaderFactory() android.Module { module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported, "") library.HeaderOnly() module.bazelable = true module.bazelHandler = &ccLibraryBazelHandler{module: module} return module.Init() } Loading Loading
android/bazel.go +0 −2 Original line number Diff line number Diff line Loading @@ -435,8 +435,6 @@ var ( "abb", // depends on unconverted modules: libcmd, libbinder "adb", // depends on unconverted modules: AdbWinApi, libadb_host, libandroidfw, libapp_processes_protos_full, libfastdeploy_host, libopenscreen-discovery, libopenscreen-platform-impl, libusb, bin2c_fastdeployagent, AdbWinUsbApi "libadb_host", // depends on unconverted modules: libopenscreen-discovery, libopenscreen-platform-impl, libusb, AdbWinApi "libfastdeploy_host", // depends on unconverted modules: libandroidfw, libusb, AdbWinApi "linker", // depends on unconverted modules: libdebuggerd_handler_fallback "linker_reloc_bench_main", // depends on unconverted modules: liblinker_reloc_bench_* "versioner", // depends on unconverted modules: libclang_cxx_host, libLLVM_host, of unsupported type llvm_host_prebuilt_library_shared Loading
cc/cc.go +3 −1 Original line number Diff line number Diff line Loading @@ -3490,7 +3490,9 @@ func (c *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) { libraryBp2Build(ctx, c) } } else if !static && !shared { if !prebuilt { libraryHeadersBp2Build(ctx, c) } } else if static { if prebuilt { prebuiltLibraryStaticBp2Build(ctx, c) Loading
cc/library.go +0 −2 Original line number Diff line number Diff line Loading @@ -443,8 +443,6 @@ func LibraryHostStaticFactory() android.Module { module, library := NewLibrary(android.HostSupported) library.BuildOnlyStatic() module.sdkMemberTypes = []android.SdkMemberType{staticLibrarySdkMemberType} module.bazelable = true module.bazelHandler = &ccLibraryBazelHandler{module: module} return module.Init() } Loading
cc/library_headers.go +0 −2 Original line number Diff line number Diff line Loading @@ -104,8 +104,6 @@ func LibraryHeaderFactory() android.Module { func prebuiltLibraryHeaderFactory() android.Module { module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported, "") library.HeaderOnly() module.bazelable = true module.bazelHandler = &ccLibraryBazelHandler{module: module} return module.Init() } Loading