Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the repo properly #61

Open
wants to merge 8 commits into
base: halium-10.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ familiar with [Repo](https://source.android.com/source/using-repo.html) and [Ver

To initialize your local repository using the LineageOS trees, use a command like this:
```
repo init -u git://github.com/LineageOS/android.git -b lineage-17.1
repo init -u git://github.com/Halium/android.git -b halium-10.0
```
Then to sync up:
```
Expand Down
1 change: 1 addition & 0 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@
<project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" remote="aosp" />

<include name="snippets/lineage.xml" />
<include name="snippets/halium.xml" />

<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
</manifest>
13 changes: 13 additions & 0 deletions snippets/halium.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Halium additions -->
<project path="hybris-patches" name="Halium/hybris-patches" revision="halium-10.0" />
<project path="vendor/halium/config" name="Halium/android_vendor_halium_config" revision="halium-10.0" />
<project path="vendor/halium/devices" name="Halium/halium-devices" revision="halium-10.0">
<linkfile src="." dest="halium/devices" />
</project>
<project path="vendor/halium/droidmedia" name="Halium/droidmedia" revision="halium-10.0" />
<project path="vendor/halium/libhybris" name="Halium/libhybris" revision="halium-10.0" />
<project path="vendor/halium/platform-api" name="ubports/platform-api" revision="xenial_-_android9" />
<project path="vendor/halium/stub_netd" name="Halium/stub_netd" revision="halium-9.0" />
</manifest>