Fix AndroidAuto implementation

This commit is contained in:
matt1432 2023-03-09 17:46:04 -05:00
parent 9852f37628
commit 126ccc5726
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
#!/bin/bash
## add AndroidAuto and stubs
echo "PRODUCT_PACKAGES += AndroidAuto gappsstub speechservicestub" >> "/srv/src/LINEAGE_19_1/vendor/lineage/config/common.mk"
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"

View file

@ -17,7 +17,7 @@ services:
- "WITH_GMS=true"
- "ZIP_SUBDIR=false"
- "OTA_URL=https://ota.nelim.org/api"
- "CUSTOM_PACKAGES=AndroidAuto gappsstub speechservicestub AuroraStore AvesLibre Droidify MJPdfReader Mull OpenCalc"
- "CUSTOM_PACKAGES=AuroraStore AvesLibre Droidify MJPdfReader Mull OpenCalc"
- "INCLUDE_PROPRIETARY=false"
- "PARALLEL_JOBS=6"
- "CLEAN_AFTER_BUILD=false"