-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): move private repo to manifest
- Loading branch information
Showing
3 changed files
with
4 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
<manifest> | ||
<remote name="github" fetch="https://github.com" /> | ||
<remote name="gitlab" fetch="https://gitlab.com" /> | ||
<remote name="private" fetch="ssh://[email protected]" /> | ||
|
||
<!-- TrebleDroid --> | ||
<project name="TrebleDroid/device_phh_treble" path="device/phh/treble" remote="github" revision="android-15.0" /> | ||
|
@@ -18,6 +19,7 @@ | |
<project name="ponces/treble_adapter" path="treble_adapter" remote="github" revision="master" /> | ||
<project name="ponces/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="android-15.0" clone-depth="1" /> | ||
<project name="ponces/vendor_ponces" path="vendor/ponces" remote="github" revision="android-15.0" /> | ||
<project name="ponces/vendor_ponces-priv" path="vendor/ponces-priv" remote="private" revision="android-15.0" /> | ||
|
||
<!-- LineageOS --> | ||
<remove-project name="platform/packages/apps/Launcher3" /> | ||
|