summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-08-28 10:53:53 +0100
committerJon Medhurst <tixy@linaro.org>2013-08-28 10:53:53 +0100
commit23dd09b91fac38c816e7b5360bbbc41688abeff4 (patch)
treef293c670d996985695a10abaf50d9979e969f044
parent5a34c5804ca5c6b787753e01cc70a5e44571884e (diff)
downloadmanifest-23dd09b91fac38c816e7b5360bbbc41688abeff4.tar.gz
default.xml: Use Linaro version of vold
Linaro's vold is patched to allow symlinks to be used in vold managed fstab entries, this is required with device-tree booting where the real device path is not at a fixed location. See vold Change-Id: I68e693772e70b758dab22fcd5f0eb4b9e84a2443 Change-Id: I008caa8d152fcb45b8e055e33160b26d7b9840fb Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--default.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index e75bb9a76..9bd90adeb 100644
--- a/default.xml
+++ b/default.xml
@@ -198,6 +198,8 @@
<project path="external/bluetooth/bluedroid" name="platform/external/bluetooth/bluedroid" revision="linaro_android_4.3" groups="common" />
<project path="external/gtest" name="platform/external/gtest" revision="linaro_android_4.3" groups="common" />
<project path="external/valgrind" name="platform/external/valgrind" revision="linaro_android_4.3" groups="common" />
+ <!-- Linaro modifications: Allow symlinks to be used to specify device paths -->
+ <project path="system/vold" name="platform/system/vold" revision="linaro_android_4.3" groups="common" />
<!-- TI proprietary-open -->
<project path="device/ti/proprietary-open" name="device/ti/proprietary-open" revision="ics" groups="common" />
@@ -508,7 +510,6 @@
<project path="system/bluetooth" name="platform/system/bluetooth" groups="common" remote="aosp-upstream" />
<project path="system/netd" name="platform/system/netd" groups="common" remote="aosp-upstream" />
<project path="system/security" name="platform/system/security" groups="common" remote="aosp-upstream" />
- <project path="system/vold" name="platform/system/vold" groups="common" remote="aosp-upstream" />
<project path="tools/adt/eclipse" name="platform/tools/adt/eclipse" groups="notdefault,tools" remote="aosp-upstream" />
<project path="tools/adt/idea" name="platform/tools/adt/idea" groups="notdefault,tools" remote="aosp-upstream" />
<project path="tools/base" name="platform/tools/base" groups="notdefault,tools" remote="aosp-upstream" />