summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorziyiw <ziyiw@google.com>2024-05-01 19:50:27 +0000
committerziyiw <ziyiw@google.com>2024-05-01 20:12:08 +0000
commited0dee287073be33e41822f7970ba80a4668fef9 (patch)
tree300c402fcccbbc00f88c4b11bb0c765b9bef24e7
parenta162f6408dadf2666928e340b0285b4076701a23 (diff)
downloaduwb-ed0dee287073be33e41822f7970ba80a4668fef9.tar.gz
[test_coverage] Remove host_supported from libuwb_core.
Fix the build error. Test: DIST_DIR=dist_dir TARGET_BUILD_VARIANT=userdebug PRODUCT=mainline_modules_x86_64 COVERAGE_MODULES="uwb" ./vendor/google/build/build_unbundled_coverage_mainline_module.sh Bug: 336652103 Change-Id: I8283642a28f70489482e962467fc12211f2d44c0
-rwxr-xr-xsrc/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Android.bp b/src/Android.bp
index 8bb1dd9..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.