summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmelle Laine <armellel@google.com>2022-11-06 19:49:41 +0000
committerArmelle Laine <armellel@google.com>2022-11-28 17:44:41 +0000
commit740afce1fb03f94a134b5b86adb7bf9afd7714d6 (patch)
treeb4f405a48b3a5ad2e44a1587e6e031a39dab33e0
parenta0be1feec710c2ab5495e6a72c1ab49a0f5fe490 (diff)
downloadmanifest-740afce1fb03f94a134b5b86adb7bf9afd7714d6.tar.gz
Add `trusty/interfaces` repo for shared AIDL interfaces
This repo is expected to be included by both the Trusty manifest and the platform manifest, as it will include shared AIDL interfaces between Normal-World and Secure-World. Bug:254766677 Change-Id: I18b6e0d3bfa1da8feb3a5159c9743de5021cab6f
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 00d2250..fe4db3c 100644
--- a/default.xml
+++ b/default.xml
@@ -27,6 +27,7 @@
<project path="trusty/user/base" name="trusty/lib" groups="trusty" />
<project path="trusty/kernel" name="trusty/lk/trusty" groups="trusty" />
<project path="trusty/host/common" name="trusty/host/common" groups="trusty" />
+ <project path="trusty/interfaces" name="trusty/interfaces" groups="trusty" />
<!-- END trusty core projects -->
<!-- BEGIN apps projects -->