From 1edd039bff5447a261039070ff53b451ca8cc07e Mon Sep 17 00:00:00 2001 From: Janis Danisevskis Date: Wed, 30 Sep 2020 14:28:07 -0700 Subject: [PATCH] Add allow rust rule for android.system.keystore2 vts tests. Bug: 160623310 Test: N/A Change-Id: Ie501a56c3ed6c1352fc57b5b956df6ac3f4af39f --- rust/config/allowed_list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/config/allowed_list.go b/rust/config/allowed_list.go index 62d469e4f..6c70aff58 100644 --- a/rust/config/allowed_list.go +++ b/rust/config/allowed_list.go @@ -9,6 +9,7 @@ var ( "frameworks/native/libs/binder/rust", "prebuilts/rust", "system/extras/profcollectd", + "system/hardware/interfaces/keystore2", "system/security", "system/tools/aidl", }