From ce8daf60cf8a1c7ef717b33d47d78a02d33095ab Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Thu, 10 Oct 2024 17:15:44 +0900 Subject: [PATCH] Add dirgroup for trusty genrule Bug: 358302178 Test: m lk.elf.x86_64 lk.elf.arm64 Change-Id: I00197d52cec58cd0df2364e3ce1fc2b6cfeeef50 --- Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Android.bp b/Android.bp index baf3291f60..68115aa494 100644 --- a/Android.bp +++ b/Android.bp @@ -86,3 +86,9 @@ cc_defaults { "VtsHalHidlTargetTestBase", ], } + +dirgroup { + name: "trusty_dirgroup_hardware_interfaces", + dirs: ["."], + visibility: ["//trusty/vendor/google/aosp/scripts"], +}