summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thermal.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/thermal.xml b/thermal.xml
index 60451b2..25102d0 100644
--- a/thermal.xml
+++ b/thermal.xml
@@ -2,11 +2,13 @@
<manifest>
<!-- Repositories -->
- <remote name="glo" fetch="https://git.linaro.org/power/libthermal.git" />
- <remote name="glop" fetch="https://git.linaro.org/people/daniel.lezcano/thermal-hal-generic.git" />
+ <remote name="libthermal" fetch="https://git.linaro.org/power" />
+ <!-- remote name="thermald" fetch="https://git.linaro.org/people/daniel.lezcano" / -->
+ <!-- remote name="thermal-hal" fetch="https://git.linaro.org/people/daniel.lezcano" / -->
<!-- Beryllium (Poco F1) device config and prebuilt kernel -->
- <project path="external/libthermal" name="libthermal" revision="master" remote="glo" groups="default" />
- <project path="aosp/hardware/interfaces/thermal/2.0" name="thermal-hal" revision="master" remote="glop" groups="default" />
+ <project path="external/libthermal" name="libthermal" revision="master" remote="libthermal" groups="default" />
+ <!-- project path="external/thermald" name="thermald" revision="master" remote="thermald" groups="default" / -->
+ <!-- project path="aosp/hardware/interfaces/thermal/2.0" name="thermal-hal-generic" revision="master" remote="thermal-hal" groups="default" / -->
</manifest>