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

[manifest] [halium-9.0] [lilac] Sony Xperia XZ1 Compact: Create Manifest #344

Open
wants to merge 1 commit into
base: halium-9.0
Choose a base branch
from
Open
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
17 changes: 17 additions & 0 deletions manifests/sony_lilac.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- This branch works good but it is no longer updated as whatawurst focused on newer LOS versions -->
<remote
name="whatawurst"
fetch="https://github.com/whatawurst"
revision="lineage-16.0" />

<!-- Kernel, Treble, Common platform, Device, Blobs-->
<project path="kernel/sony/msm8998" name="android_kernel_sony_msm8998" remote="whatawurst" />
<project path="device/sony/common-treble" name="android_device_sony_common-treble" remote="whatawurst" />
<project path="device/sony/yoshino" name="android_device_sony_yoshino" remote="whatawurst" />
<project path="device/sony/lilac" name="android_device_sony_lilac" remote="whatawurst" />
<project path="vendor/sony/lilac" name="android_vendor_sony_lilac" remote="whatawurst" />

<!-- WARNING! Some blobs need to be extracted with dedicated script as publishing them on repo may not be lawful -->
</manifest>