sm8750-common: fixup radio V2/V3 mixup -> using V3 only

This commit is contained in:
SaschaNes
2025-08-12 14:13:47 +02:00
parent 1bad864d42
commit ccbd271f3d

View File

@@ -3849,6 +3849,7 @@ cc_prebuilt_library_shared {
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libc++", name: "libc++",
stl: "none",
owner: "samsung", owner: "samsung",
strip: { strip: {
none: true, none: true,
@@ -3866,7 +3867,7 @@ cc_prebuilt_library_shared {
}, },
}, },
compile_multilib: "64", compile_multilib: "64",
prefer: true, prefer: false,
soc_specific: true, soc_specific: true,
} }