diff options
| -rw-r--r-- | libs/binder/TEST_MAPPING | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING index 1488400007..07b38d7368 100644 --- a/libs/binder/TEST_MAPPING +++ b/libs/binder/TEST_MAPPING @@ -119,5 +119,10 @@      {        "name": "memunreachable_binder_test"      } +  ], +  "imports": [ +    { +      "path": "packages/modules/Virtualization" +    }    ]  }  |