Lines Matching +full:cross +full:- +full:targets
1 diff --git a/base/Android.bp b/base/Android.bp
3 --- a/base/Android.bp
5 @@ -13,7 +13,7 @@ package {
9 - host_supported: true,
14 @@ -44,6 +44,25 @@ rust_test {
23 + // For ARM architecture, we use aarch64-linux-android for BOTH
24 + // device and host targets. As a result, host targets are also
28 + // yet support a Linux-based target using Bionic as libc. We can't
29 + // use aarch64-unknown-linux-gnu because it's using glibc which
30 + // we don't support for cross-host builds.
40 @@ -86,7 +106,7 @@ rust_test {
44 - host_supported: true,
49 @@ -118,6 +138,25 @@ rust_test {
58 + // For ARM architecture, we use aarch64-linux-android for BOTH
59 + // device and host targets. As a result, host targets are also
63 + // yet support a Linux-based target using Bionic as libc. We can't
64 + // use aarch64-unknown-linux-gnu because it's using glibc which
65 + // we don't support for cross-host builds.
75 @@ -153,4 +192,23 @@ rust_library {
84 + // For ARM architecture, we use aarch64-linux-android for BOTH
85 + // device and host targets. As a result, host targets are also
89 + // yet support a Linux-based target using Bionic as libc. We can't
90 + // use aarch64-unknown-linux-gnu because it's using glibc which
91 + // we don't support for cross-host builds.