aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:43:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:43:40 +0000
commit9e53dce9d5906347b17da59e739fcee6c1060840 (patch)
tree628d73140d42906c0980caef76ec1933b5ab0a97
parent515fb336128e64969782d50c2017c80c4b1cea33 (diff)
parent6f4e81a47e1825bd679b89b9df9582744ffb1e94 (diff)
downloadkernlog-aml_art_341010050.tar.gz
Change-Id: Ia6af0ec3463bdd4f757f2cb126776c20d9c4c1a1
-rw-r--r--Android.bp6
-rw-r--r--TEST_MAPPING9
2 files changed, 8 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index da4300e..ef6d4e7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,4 +31,10 @@ rust_library {
"liblibc",
"liblog_rust",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index fde50cb..a442894 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,13 +1,8 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "microdroid_manager_test"
- }
- ],
- "presubmit-rust": [
- {
- "name": "microdroid_manager_test"
+ "path": "packages/modules/Virtualization/microdroid_manager"
}
]
}