summaryrefslogtreecommitdiff
path: root/default.xml
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-12-08 15:44:42 -0800
committerColin Cross <ccross@android.com>2021-12-08 15:44:42 -0800
commitc19d24c06803db362ff5dcc66c80363cafd1fa74 (patch)
tree09d609e8633127f4909d45d3e6db782b09e4087b /default.xml
parent89052716b26eb86cf2b5d69e4c75366a8d62f6b5 (diff)
downloadmanifest-c19d24c06803db362ff5dcc66c80363cafd1fa74.tar.gz
Add csuite to aosp-build-tools manifest
The art project now contains a csuite_test module, which causes a blueprint failure: error: art/test/Android.bp:1317:1: unrecognized module type "csuite_test" Add the csuite project that defines the module type. This will also add csuite_test to go/Android.bp. Test: aosp-build-tools build Change-Id: I6eaa806b50b76d9e88bb440b4a3be9278eab6614
Diffstat (limited to 'default.xml')
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 428cd513c..a6bae211e 100644
--- a/default.xml
+++ b/default.xml
@@ -112,6 +112,7 @@
<project path="system/logging" name="platform/system/logging" />
<project path="system/unwinding" name="platform/system/unwinding" />
<project path="system/tools/xsdc" name="platform/system/tools/xsdc" />
+ <project path="test/app_compat/csuite" name="platform/test/app_compat/csuite" />
<!-- target projects -->
<project path="art" name="platform/art" />