Mao Han 1 год назад
Сommit
0a273c02b2
1 измененных файлов с 34 добавлено и 0 удалено
  1. 34 0
      default.xml

+ 34 - 0
default.xml

@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+  <remote name="thead" fetch="https://gitee.com/thead-android/"/>
+
+  <!-- For the thead public git. -->
+  <project path="device/thead/common" name="device-thead-common" revision="thead-android_dev" remote="thead" />
+  <project path="device/thead/th1520" name="device-thead-th1520" revision="thead-android_dev" remote="thead" />
+  <project path="device/thead/th1520/beaglev_ahead" name="device-thead-th1520-beaglev_ahead" revision="thead-android_dev" remote="thead" />
+  <project path="device/thead/th1520/lichee_pi_4a" name="device-thead-th1520-lichee_pi_4a" revision="thead-android_dev" remote="thead" />
+  <project path="device/thead/th1520-kernel" name="device-thead-th1520-kernel" revision="thead-android_dev" remote="thead" clone-depth="1" />
+
+  <!-- For the thead opensource git. -->
+  <project path="vendor/thead/opensource/hal_default" name="vendor-thead-opensource-hal_default" revision="thead-android_dev" remote="thead" />
+
+  <!-- For the thead proprietary git. -->
+  <project path="vendor/thead/proprietary/config/boards/beaglev_ahead" name="vendor-thead-proprietary-config-boards-beaglev_ahead" revision="thead-android_dev" remote="thead" />
+  <project path="vendor/thead/proprietary/config/boards/lichee_pi_4a" name="vendor-thead-proprietary-config-boards-lichee_pi_4a" revision="thead-android_dev" remote="thead" />
+  <project path="vendor/thead/proprietary/config/chipset" name="vendor-thead-proprietary-config-chipset" revision="thead-android_dev" remote="thead" />
+  <project path="vendor/thead/proprietary/config/peripherals" name="vendor-thead-proprietary-config-peripherals" revision="thead-android_dev" remote="thead" />
+  <project path="vendor/thead/proprietary/config/generic" name="vendor-thead-proprietary-config-generic" revision="thead-android_dev" remote="thead" />
+  <project path="vendor/thead/proprietary/prebuilts/chipset" name="vendor-thead-proprietary-prebuilts-chipset" revision="thead-android-master_dev" remote="thead" clone-depth="1" />
+  <project path="vendor/thead/proprietary/prebuilts/peripherals" name="vendor-thead-proprietary-prebuilts-peripherals" revision="thead-android-master_dev" remote="thead" clone-depth="1" />
+  <project path="vendor/thead/proprietary/prebuilts/generic" name="vendor-thead-proprietary-prebuilts-generic" revision="thead-android-master_dev" remote="thead" clone-depth="1" />
+  <project path="vendor/thead/proprietary/include" name="vendor-thead-proprietary-include" revision="thead-android_dev" remote="thead" />
+
+  <remove-project name="platform/external/drm_hwcomposer"/>
+  <project path="external/drm_hwcomposer" name="platform-external-drm_hwcomposer" groups="drm_hwcomposer,pdk-fs" revision="riscv64-android-master_dev" remote="thead" />
+  <remove-project name="platform/build/soong"/>
+  <project path="build/soong" name="platform-build-soong" groups="pdk,tradefed" revision="riscv64-android-master_dev" remote="thead" >
+    <linkfile src="root.bp" dest="Android.bp" />
+    <linkfile src="bootstrap.bash" dest="bootstrap.bash" />
+  </project>
+
+</manifest>