summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Nissler <mnissler@google.com>2015-12-11 16:20:24 +0100
committerMattias Nissler <mnissler@google.com>2015-12-11 16:20:24 +0100
commit558acc4a8fa1bfaa17297c8ebbc39387b1b3262e (patch)
treec7bd709cf1c65e0953cbc0afd15cd43db9bd5bb0
parentfc71bf137092f9a2690e41ef9dceb281a0387f66 (diff)
downloadmanifest-558acc4a8fa1bfaa17297c8ebbc39387b1b3262e.tar.gz
Add platform/system/nvram to the manifest.
The platform/system/nvram repository contains the code for encoding request and response messages to communicate with access-controlled NVRAM HAL implementations, similar to what we have for gatekeeper and keymaster. BUG: 25762536
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 28b52d19c..4b3b2500d 100644
--- a/default.xml
+++ b/default.xml
@@ -509,6 +509,7 @@
<project path="system/media" name="platform/system/media" groups="pdk" />
<project path="system/nativepower" name="platform/system/nativepower" />
<project path="system/netd" name="platform/system/netd" groups="pdk" />
+ <project path="system/nvram" name="platform/system/nvram" />
<project path="system/security" name="platform/system/security" groups="pdk" />
<project path="system/tools/aidl" name="platform/system/tools/aidl" groups="pdk-cw-fs,pdk-fs" />
<project path="system/tpm" name="platform/system/tpm" />