aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:41 +0000
commitfafe84d5a5222acbae1e5f12efe5d64f9582adb6 (patch)
tree00145c0369e45fff672d267cb18c6c3e4442ea04
parente0ecd9a58704e9606c9cc878e5b0aa6e919c806c (diff)
parentab504eb609c37120d467ccd7e42fd8125f41e2d6 (diff)
downloadmanaged-fafe84d5a5222acbae1e5f12efe5d64f9582adb6.tar.gz
Snap for 10453563 from ab504eb609c37120d467ccd7e42fd8125f41e2d6 to mainline-ipsec-releaseaml_ips_341611000aml_ips_341510000aml_ips_340914280aml_ips_340914200aml_ips_340914000
Change-Id: I7de5b7101cdc153b427258bd25a862e7892ee6be
-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": [