Remove linux_glibc musl hack
Stop using linux_glibc properties when musl is enabled. Bug: 223257095 Test: m USE_HOST_MUSL host-native -k Change-Id: I63cd485ef64c617bd81f3e598395da21bd71ccbb
This commit is contained in:
@@ -606,12 +606,12 @@ func TestArchProperties(t *testing.T) {
|
||||
{
|
||||
module: "foo",
|
||||
variant: "linux_musl_x86_64",
|
||||
property: []string{"root", "host", "linux", "host_linux", "musl", "linux_glibc", "linux_musl", "not_windows", "x86_64", "lib64", "linux_x86_64", "linux_musl_x86_64", "linux_glibc_x86_64"},
|
||||
property: []string{"root", "host", "linux", "host_linux", "musl", "linux_musl", "not_windows", "x86_64", "lib64", "linux_x86_64", "linux_musl_x86_64"},
|
||||
},
|
||||
{
|
||||
module: "foo",
|
||||
variant: "linux_musl_x86",
|
||||
property: []string{"root", "host", "linux", "host_linux", "musl", "linux_glibc", "linux_musl", "not_windows", "x86", "lib32", "linux_x86", "linux_musl_x86", "linux_glibc_x86"},
|
||||
property: []string{"root", "host", "linux", "host_linux", "musl", "linux_musl", "not_windows", "x86", "lib32", "linux_x86", "linux_musl_x86"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user