update to LineageOS 20

This commit is contained in:
matt1432 2023-04-08 14:36:15 -04:00
parent cd3a4cd384
commit bb9e579b3e
3 changed files with 6 additions and 8 deletions

View file

@ -5,9 +5,9 @@ echo "PRODUCT_PACKAGES += AndroidAuto gappsstub speechservicestub" >> "/srv/src/
sed -i '/AutomotiveProjection" translatable="false"/s/></>com.google.android.projection.gearhead</' "/srv/src/LINEAGE_19_1/frameworks/base/core/res/res/values/config.xml"
## add GCam
sed -i "1s;^;\$(call inherit-product-if-exists, vendor/GCam/gcam.mk)\n\n;" "/srv/src/LINEAGE_19_1/vendor/lineage/config/common.mk"
#sed -i "1s;^;\$(call inherit-product-if-exists, vendor/GCam/gcam.mk)\n\n;" "/srv/src/LINEAGE_19_1/vendor/lineage/config/common.mk"
## add Bromite
## add MulchWebView
sed -i "1s;^;\$(call inherit-product-if-exists, vendor/mulch/mulch.mk)\n\n;" "/srv/src/LINEAGE_19_1/vendor/lineage/config/common.mk"
## add lawnchair overlay to build

View file

@ -1,4 +1,3 @@
version: '3'
networks:
default:
name: pc
@ -8,9 +7,9 @@ services:
# ----------------------------------------------------------
builder:
container_name: lineage_builder
image: lineageos4microg/docker-lineage-cicd
image: docker.io/lineageos4microg/docker-lineage-cicd
environment:
- "BRANCH_NAME=lineage-19.1"
- "BRANCH_NAME=lineage-20"
- "DEVICE_LIST=lemonadep"
- "SIGN_BUILDS=true"
- "SIGNATURE_SPOOFING=restricted"
@ -35,14 +34,14 @@ services:
# ----------------------------------------------------------
OTA-server:
container_name: lineageOTA
image: julianxhokaxhiu/lineageota
image: docker.io/julianxhokaxhiu/lineageota
restart: always
volumes:
- "${ROOT_DIR}/zips:/var/www/html/builds/full:ro"
# ----------------------------------------------------------
caddy:
image: slothcroissant/caddy-cloudflaredns:latest
image: quay.io/slothcroissant/caddy-cloudflaredns:latest
container_name: caddy
restart: unless-stopped
ports:

View file

@ -9,6 +9,5 @@
<project name="danielk43/android_vendor_partner_gms" path="vendor/partner_gms" remote="github" revision="main" />
<project name="matt1432/android_vendor_mulchwebview" path="vendor/mulch" remote="gitea" revision="main" />
<project name="matt1432/android_vendor_GCam" path="vendor/GCam" remote="gitea" revision="master" />
<project name="LineageExtended/android_vendor_lawnchair" path="vendor/lawnchair" />
</manifest>