Fix AndroidAuto implementation
This commit is contained in:
parent
9852f37628
commit
126ccc5726
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/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
|
## 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"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
- "WITH_GMS=true"
|
- "WITH_GMS=true"
|
||||||
- "ZIP_SUBDIR=false"
|
- "ZIP_SUBDIR=false"
|
||||||
- "OTA_URL=https://ota.nelim.org/api"
|
- "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"
|
- "INCLUDE_PROPRIETARY=false"
|
||||||
- "PARALLEL_JOBS=6"
|
- "PARALLEL_JOBS=6"
|
||||||
- "CLEAN_AFTER_BUILD=false"
|
- "CLEAN_AFTER_BUILD=false"
|
||||||
|
|
Loading…
Reference in a new issue