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

Build Pixel Experience #52

Open
wants to merge 1 commit into
base: master
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
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
env:
MANIFEST: https://github.com/PixelExperience/manifest.git -b eleven-plus
DEVICE: miatoll
MANIFEST: https://github.com/PixelExperience/manifest -b thirteen-plus
DEVICE: joyeuse
OEM: xiaomi
DT_LINK: https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
DT_LINK: https://github.com/nekoshirro/PixelExperience-Thirteen.git -b device
DT_PATH: device/$OEM/$DEVICE
VT_LINK: https://gitlab.pixelexperience.org/android/vendor-blobs/vendor_xiaomi_miatoll.git
VT_LINK: https://github.com/nekoshirro/vendor_xiaomi_joyeuse.git
VT_PATH: vendor/$OEM/$DEVICE
KT_LINK: https://github.com/ArrowOS-Devices/android_kernel_xiaomi_sm6250.git
KT_LINK: https://github.com/nekoshirro/android_kernel_xiaomi_sm6250.git
PLATFORM: sm6250
KT_PATH: kernel/$OEM/$PLATFORM
TARGET: bacon
Expand Down