summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Inseob Kim <inseob@google.com> 2024-10-10 17:15:43 +0900
committer Inseob Kim <inseob@google.com> 2024-10-10 17:20:17 +0900
commit1b839b09f4a6441cd48d5c203da2da88b8e55428 (patch)
treec0a34e6d6869ef2faad24398e8fdcac2014ef5ca
parent1456474eb432839806167248fbcf2c2283a0dda3 (diff)
Add dirgroup for trusty genrule
Bug: 358302178 Test: m lk.elf.x86_64 lk.elf.arm64 Change-Id: I452cb3fb752e6c0b98e910c5225933e14d3dc6a2
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2520a71968..119c7ea5a4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -119,3 +119,9 @@ filegroup {
srcs: ["aidl/android/hardware/display/IDeviceProductInfoConstants.aidl"],
path: "aidl",
}
+
+dirgroup {
+ name: "trusty_dirgroup_frameworks_native",
+ dirs: ["libs/binder"],
+ visibility: ["//trusty/vendor/google/aosp/scripts"],
+}