This commit is contained in:
Nehemiah of Zebulun 2023-12-10 15:26:17 -05:00
parent 5a699f16b1
commit 9d8235ddce
2 changed files with 37 additions and 2 deletions

View File

@ -1 +1 @@
TARGET_SYSTEM_PROP := device/wephone/qinf21pro/system.prop $(TARGET_SYSTEM_PROP)

View File

@ -1,3 +1,7 @@
#Use a more decent APN config
PRODUCT_COPY_FILES += \
device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml
TARGET_GAPPS_ARCH := arm64 TARGET_GAPPS_ARCH := arm64
include build/make/target/product/aosp_arm64_ab.mk include build/make/target/product/aosp_arm64_ab.mk
@ -11,4 +15,35 @@ PRODUCT_MODEL := weOs | Tryout | Nehemiah
# Overwrite the inherited "emulator" characteristics # Overwrite the inherited "emulator" characteristics
PRODUCT_CHARACTERISTICS := device PRODUCT_CHARACTERISTICS := device
PRODUCT_PACKAGES += PRODUCT_COPY_FILES += \
device/wephone/qinf21pro/files/mtk-kpd.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-kpd.idc \
device/wephone/qinf21pro/files/mtk-kpd.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/mtk-kpd.kcm \
device/wephone/qinf21pro/files/mtk-kpd.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-kpd.kl \
device/wephone/qinf21pro/files/mtk-pmic-keys.idc:$(TARGET_COPY_OUT_SYSTEM)/usr/idc/mtk-pmic-keys.idc \
device/wephone/qinf21pro/files/mtk-pmic-keys.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/mtk-pmic-keys.kcm \
device/wephone/qinf21pro/files/mtk-pmic-keys.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/mtk-pmic-keys.kl \
device/wephone/qinf21pro/files/Vendor_0001_Product_0001_Version_0100.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/Vendor_0001_Product_0001_Version_0100.kl
PRODUCT_PACKAGES += \
BromiteSystemWebView \
Conversations \
Davx5 \
DeskClock \
Etar \
ExactCalculator \
Gallery2 \
ImsMtkR \
K-9Mail \
Linphone \
Nextcloud \
NextcloudNotes \
OpenDocumentReader \
Wireguard
PRODUCT_PACKAGES -= \
EasterEgg \
webview \
libwebviewchromium_loader \
libwebviewchromium_plat_support \
CtsShimPrebuilt \
CtsShimPrivPrebuilt