summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2021-09-14 16:37:22 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-09-14 16:37:22 +0200
commit6f62e70a9280fcf682700487312a1fa5f99252ea (patch)
tree25509c4f24e356c589754d52a310bb2007bf000b
Initial importv0.1
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-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>