18 lines
645 B
YAML
18 lines
645 B
YAML
include:
|
|
- https://gitlab.com/ubports/porting/community-ports/halium-generic-adaptation-build-tools/-/raw/main/gsi-port-ci.yml
|
|
|
|
variables:
|
|
BUILD_DEVEL_FLASHABLE_FOCAL: "1"
|
|
ADAPTATION_TOOLS_BRANCH: main
|
|
|
|
build:
|
|
tags: [ubports]
|
|
script:
|
|
- apt update
|
|
- >-
|
|
apt install -y --no-install-recommends
|
|
android-tools-mkbootimg bc bison build-essential ca-certificates cpio curl
|
|
fakeroot flex git kmod libelf-dev libssl-dev libtinfo5 lz4 python2 sudo unzip wget xz-utils
|
|
- wget https://raw.githubusercontent.com/LineageOS/android_system_tools_mkbootimg/lineage-19.1/mkbootimg.py -O /usr/bin/mkbootimg
|
|
- ./build.sh
|