summaryrefslogtreecommitdiff
path: root/mini-manifest.xml
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2022-02-02 11:25:06 -0800
committerPeter Collingbourne <pcc@google.com>2022-02-18 20:03:12 -0800
commitc7a8d59d894f572da1a519970897c2a99d120523 (patch)
tree1ccb8fdf62aba0f8fe44d53890ea7cbf7ff47103 /mini-manifest.xml
parente8b96e36869eae7f4bef8d6616429ad0c0d92d74 (diff)
Create a mini configuration for the dragonboards.
The goal of the mini configuration is to define a device configuration with minimal driver dependencies. The only strict requirements are storage (UFS) and USB which provides an ADB connection. This also implies software crypto for userdata because drivers for the hardware crypto engine are not necessarily available. This allows for development of low level pieces of the stack such as the kernel and libc on hardware which does not have a full set of drivers available in the mainline kernel. Currently this implies no zygote because of a lack of support for headless mode. This limits the amount of testing possible but if this becomes possible in the future we could add the zygote to the mini configuration. To show what this would look like for existing devices, add db845c_mini and rb5_mini targets. Bug: 217455793 Tested: db845c and db845c_mini boot tested, rb5 and rb5_mini build tested Change-Id: I8f8b467a4dfad68f6e2e53954b5944c6155de782
Diffstat (limited to 'mini-manifest.xml')
-rw-r--r--mini-manifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mini-manifest.xml b/mini-manifest.xml
new file mode 100644
index 0000000..6d93a06
--- /dev/null
+++ b/mini-manifest.xml
@@ -0,0 +1,2 @@
+<manifest version="1.0" type="device" target-level="4">
+</manifest>