aboutsummaryrefslogtreecommitdiff
path: root/cargo2android_glibc.bp
blob: 7d6250348383a62fea0268b7daffdfa8b6d233e6 (plain)
1
2
3
4
5
6
7
8
9
10
target: {
    linux_glibc: {
        // liblog is not added as a dependency for linux_glibc target
        enabled: false,
    },
    linux_musl: {
        // liblog is not added as a dependency for linux_musl target
        enabled: false,
    },
}