Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48391231 authored by Andrew Walbran's avatar Andrew Walbran
Browse files

Import macros via rdroidtest for consistency.

This is what we recommend in the documentation.

Test: atest VtsSecretkeeperTargetTest
Change-Id: I9155e8b0f8c58547cb63dd40cdbf9e2e39648d9c
parent 84187967
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ mod dice_sample;

use crate::dice_sample::make_explicit_owned_dice;

use rdroidtest_macro::{ignore_if, rdroidtest};
use rdroidtest::{ignore_if, rdroidtest};
use android_hardware_security_secretkeeper::aidl::android::hardware::security::secretkeeper::ISecretkeeper::ISecretkeeper;
use android_hardware_security_secretkeeper::aidl::android::hardware::security::secretkeeper::SecretId::SecretId;
use authgraph_vts_test as ag_vts;