1target: { 2 linux_glibc: { 3 // liblog is not added as a dependency for linux_glibc target 4 enabled: false, 5 }, 6 linux_musl: { 7 // liblog is not added as a dependency for linux_musl target 8 enabled: false, 9 }, 10} 11