Added OxygenOS overlay
This commit is contained in:
parent
5e5fc061c1
commit
22898109ee
2 changed files with 11 additions and 2 deletions
11
before.sh
11
before.sh
|
@ -12,4 +12,13 @@ echo "PRODUCT_PACKAGES += \\
|
|||
GsfProxy \\
|
||||
FakeStore \\
|
||||
IchnaeaNlpBackend \\
|
||||
NominatimGeocoderBackend" | tee "/srv/src/LINEAGE_19_1/vendor/partner_gms/products/gms.mk"
|
||||
NominatimGeocoderBackend" | tee "/srv/src/LINEAGE_19_1/vendor/partner_gms/products/gms.mk"
|
||||
|
||||
## add OxygenOS overlay to build
|
||||
sed -i "1s;^;\$(call inherit-product, vendor/OOS/OOS.mk)\n\n;" "/srv/src/LINEAGE_19_1/vendor/lineage/config/common.mk"
|
||||
|
||||
## remove unwanted app from OxygenOS
|
||||
sed -i "/ OP.*/d" OOS.mk;
|
||||
echo " OPCamera \\
|
||||
OPFileManager \\
|
||||
OPGallery" | tee -a OOS.mk
|
|
@ -17,7 +17,7 @@ services:
|
|||
- "WITH_GMS=true"
|
||||
- "ZIP_SUBDIR=false"
|
||||
- "OTA_URL=https://ota.nelim.org/api"
|
||||
- "CUSTOM_PACKAGES=AndroidAuto gappsstub speechservicestub Aves Droidify AuroraStore AuroraServices PdfViewer Fennec"
|
||||
- "CUSTOM_PACKAGES=AndroidAuto gappsstub speechservicestub AuroraServices AuroraStore Aves BromiteWebView Droidify Fennec GBoard PdfViewer"
|
||||
- "INCLUDE_PROPRIETARY=false"
|
||||
- "PARALLEL_JOBS=6"
|
||||
- "CLEAN_AFTER_BUILD=false"
|
||||
|
|
Loading…
Reference in a new issue