aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:06:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:06:01 +0000
commit3af9688bec5b5b7da2e047b38c04590e9a6b1574 (patch)
tree00145c0369e45fff672d267cb18c6c3e4442ea04
parent79eee296fbd2e1fbfd16067597af57100e9b7701 (diff)
parentab504eb609c37120d467ccd7e42fd8125f41e2d6 (diff)
downloadmanaged-3af9688bec5b5b7da2e047b38c04590e9a6b1574.tar.gz
Change-Id: I2d8fe0073b747d61b54ae28c55397f6ca2593b4e
-rw-r--r--Android.bp10
-rw-r--r--TEST_MAPPING3
2 files changed, 9 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 80bcd09..8e46cb3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,6 +30,12 @@ rust_library {
"default",
"std",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}
rust_test {
@@ -49,8 +55,4 @@ rust_test {
"default",
"std",
],
- flags: [
- "-C debug-assertions=on",
- "-C opt-level=1",
- ],
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f9cd6e4..d411a82 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,6 +3,9 @@
"imports": [
{
"path": "external/rust/crates/gdbstub_arch"
+ },
+ {
+ "path": "packages/modules/Virtualization/virtualizationmanager"
}
],
"presubmit": [