summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2018-03-14 14:58:16 -0500
committerPraneeth Bajjuri2018-03-14 14:58:16 -0500
commit96214e752ff155863c61f7f59aa83cf3403972d5 (patch)
tree2b10f022d8df63ba76431c294e590b485d176e34
parent99d3131760404a3f36e61d749317840985f7afae (diff)
downloadmanifest-96214e752ff155863c61f7f59aa83cf3403972d5.tar.gz
manifest-96214e752ff155863c61f7f59aa83cf3403972d5.tar.xz
manifest-96214e752ff155863c61f7f59aa83cf3403972d5.zip
oreo-mr1-core: for bootable/recovery project
there are some fixes that needs to be carried from bootable/recovery project for mr1. This fork is done to carry those patches till google releases next update Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--default.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 495b3de..2f57470 100644
--- a/default.xml
+++ b/default.xml
@@ -33,7 +33,7 @@
33 </project> 33 </project>
34 <project path="art" name="platform/art" groups="pdk" /> 34 <project path="art" name="platform/art" groups="pdk" />
35 <project path="bionic" name="platform/bionic" groups="pdk" /> 35 <project path="bionic" name="platform/bionic" groups="pdk" />
36 <project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" /> 36<!-- <project path="bootable/recovery" name="platform/bootable/recovery" groups="pdk" /> -->
37 <project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" /> 37 <project path="compatibility/cdd" name="platform/compatibility/cdd" groups="pdk" />
38 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" /> 38 <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" />
39 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" /> 39 <project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" />
@@ -631,6 +631,7 @@
631 <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" /> 631 <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
632 632
633 <!-- AOSP Forks --> 633 <!-- AOSP Forks -->
634 <project path="bootable/recovery" name="android/platform-bootable-recovery" remote="git-ti-com" revision="d-oreo-mr1-core-release" groups="ti" />
634 <project path="external/libdrm" name="android/external-libdrm" remote="git-ti-com" revision="d-oreo-mr1-core-release" groups="ti" /> 635 <project path="external/libdrm" name="android/external-libdrm" remote="git-ti-com" revision="d-oreo-mr1-core-release" groups="ti" />
635 <project path="frameworks/native" name="android/frameworks-native" remote="git-ti-com" revision="d-oreo-mr1-core-release" groups="ti" /> 636 <project path="frameworks/native" name="android/frameworks-native" remote="git-ti-com" revision="d-oreo-mr1-core-release" groups="ti" />
636 637