Update 'before.sh'
This commit is contained in:
parent
6949194f55
commit
bafcbfa86c
1 changed files with 1 additions and 12 deletions
11
before.sh
11
before.sh
|
@ -15,14 +15,3 @@ echo "PRODUCT_PACKAGES += \\
|
|||
LocalGsmNlpBackend \\
|
||||
AuroraServices \\
|
||||
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
|
||||
DIR="/srv/src/LINEAGE_19_1/vendor/OOS/OOS.mk"
|
||||
|
||||
sed -i "/ OP.*/d" $DIR;
|
||||
echo " OPCamera \\
|
||||
OPFileManager \\
|
||||
OPGallery" | tee -a $DIR
|
Loading…
Reference in a new issue