aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
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,
},