summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-02 01:15:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-02 01:15:13 +0000
commitf6d310da42c62a37127f794c2729a31e7c98f644 (patch)
tree300c402fcccbbc00f88c4b11bb0c765b9bef24e7
parent055678c6b2f7b502286ea6b4803e80c02297982b (diff)
parented0dee287073be33e41822f7970ba80a4668fef9 (diff)
downloaduwb-sdk-release.tar.gz
Snap for 11790536 from ed0dee287073be33e41822f7970ba80a4668fef9 to sdk-releasesdk-release
Change-Id: Ia597ebaba1b8d5bb5d93aae2a5ea169dbc49a8ab
-rwxr-xr-xsrc/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Android.bp b/src/Android.bp
index c592eb3..46136a7 100755
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -99,7 +99,6 @@ rust_defaults {
"libnum_derive",
],
min_sdk_version: "Tiramisu",
- host_supported: true,
}
// Build uwb_core library with the production version of Aconfig flags lib.
@@ -172,7 +171,6 @@ rust_binary {
lints: "android",
clippy_lints: "android",
min_sdk_version: "Tiramisu",
- host_supported: true,
}
// Build the uwb_core library with "proto" feature enabled.
@@ -192,6 +190,7 @@ rust_library {
],
features: ["proto"],
host_supported: true,
+ native_coverage: false,
}
genrule {