fix android core source

This commit is contained in:
Page Asgardius 2024-10-05 00:59:50 -07:00
parent 0713aaebfa
commit 584cb3d077
2 changed files with 6 additions and 3 deletions

View file

@ -46,11 +46,11 @@ familiar with [Git and Repo](https://source.android.com/source/using-repo.html).
To initialize your local repository using the OMNIROM trees to build TWRP, use a command like this:
repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0
repo init -u https://git.asgardius.company/asgardius/platform_manifest_twrp_omni.git -b twrp-6.0
To initialize a shallow clone, which will save even more space, use a command like this:
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-6.0
repo init --depth=1 -u https://git.asgardius.company/asgardius/platform_manifest_twrp_omni.git -b twrp-6.0
Then to sync up:

View file

@ -7,6 +7,9 @@
<remote name="github"
fetch="https://github.com/" />
<remote name="asgardius"
fetch="https://git.asgardius.company/" />
<remote name="aosp"
fetch="https://android.googlesource.com"
review="android-review.googlesource.com" />
@ -460,7 +463,7 @@
<!-- project path="prebuilts/tools" name="platform/prebuilts/tools" groups="pdk,tools" /> -->
<!-- project path="sdk" name="platform/sdk" groups="pdk-cw-fs" /> -->
<!-- project path="system/bt" name="platform/system/bt" groups="pdk" /> -->
<project path="system/core" name="android_system_core" remote="omnirom" revision="android-6.0" groups="pdk" />
<project path="system/core" name="android_system_core_old" remote="omnirom" revision="android-6.0" groups="pdk" />
<project path="system/extras" name="android_system_extras" remote="omnirom" revision="android-6.0" groups="pdk" />
<!-- project path="system/gatekeeper" name="platform/system/gatekeeper" groups="pdk" /> -->
<project path="system/keymaster" name="platform/system/keymaster" groups="pdk" />