Skip to content

Commit

Permalink
manifest: android12-5.10-sky
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya2306 authored and redducc committed Sep 19, 2023
1 parent b25f5e4 commit 48c33d4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions default.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
<default revision="master-kernel-build-2021" remote="aosp" sync-j="4" />
<remote name="aosp" fetch="https://android.googlesource.com/" review="https://android-review.googlesource.com/" />
<remote name="github" fetch="https://github.com/" />
<default revision="master-kernel-build-2021" remote="aosp" sync-j="8" />

<superproject name="kernel/superproject" remote="aosp" revision="common-android12-5.10" />

<project path="build" name="kernel/build" />
<project path="build" name="sm4450-development/android_kernel_build" remote="github" revision="android12-5.10-sky">
<linkfile dest="build.sh" src="build-ak3.sh"/>
</project>
<project path="AnyKernel3" name="redducc/AnyKernel3" remote="github" revision="android12-5.10-sky" />
<project path="hikey-modules" name="kernel/hikey-modules" revision="android12-5.10" />
<project path="common" name="kernel/common" revision="android12-5.10" />
<project path="common" name="sm4450-development/android_kernel_common" remote="github" revision="android12-5.10-sky" />
<project path="kernel/tests" name="kernel/tests" />
<project path="kernel/configs" name="kernel/configs" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android12-5.10" />
<project path="prebuilts-master/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
<project path="manifest" name="sm4450-development/kernel_manifest" remote="github" revision="android12-5.10-sky" />
<project path="prebuilts-master/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" revision="android13-release" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" clone-depth="1" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
<project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" />
Expand Down

0 comments on commit 48c33d4

Please sign in to comment.