summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thermal.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/thermal.xml b/thermal.xml
new file mode 100644
index 0000000..60451b2
--- /dev/null
+++ b/thermal.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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" />
+
+ <!-- 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" />
+
+</manifest>