aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2023-04-18 15:17:17 -0700
committerAlistair Delva <adelva@google.com>2023-05-03 16:23:20 +0000
commit553aa750de3bf8108dc7a07defcdfdfb9e5d1c22 (patch)
tree64c7b3d4679bb60e1ecf0155b92797dd993a76d4 /build
parent97e63d1d37c2267cf1185f7b16a59a50425031e4 (diff)
downloadcuttlefish-553aa750de3bf8108dc7a07defcdfdfb9e5d1c22.tar.gz
Switch host cross compiles from linux_bionic to linux_musl
Musl will be the supported host libc going forward, and linux_bionic will only be used for testing code targeted at bionic on the host. Switch the cuttlefsh host tools to linux_musl for arm64. Test: treehugger Change-Id: I3f26db264f65c20d489a85ece1c935946d4c84ad
Diffstat (limited to 'build')
-rw-r--r--build/Android.bp5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/Android.bp b/build/Android.bp
index ad60747a6..6628ed9a8 100644
--- a/build/Android.bp
+++ b/build/Android.bp
@@ -317,16 +317,13 @@ cvd_host_package_customization {
},
},
target: {
- linux_bionic: {
+ linux_musl: {
multilib: {
common: {
deps: ["tzdata_host"],
},
},
},
- linux_bionic_x86_64: {
- enabled: false,
- },
darwin: {
enabled: false,
},