Compare commits

...

2 Commits
14.0 ... pwn-14

Author SHA1 Message Date
d5ad9e53f9 Use custom kernel config and include pwn vendor 2024-08-25 15:53:15 +03:00
c5fb84f524 Update .gitignore 2024-08-23 17:39:26 +03:00
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.kdev4/
*.kdev4

View File

@ -23,7 +23,7 @@ BOARD_HAVE_QCOM_FM := true
TARGET_SCREEN_DENSITY := 420
# Kernel
TARGET_KERNEL_CONFIG += vendor/xiaomi/beryllium.config
TARGET_KERNEL_CONFIG += beryllium_defconfig
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml

View File

@ -11,6 +11,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk
# Get non-open-source specific aspects
$(call inherit-product, vendor/xiaomi/beryllium/beryllium-vendor.mk)
# Include PWN-Hunter changes
-include vendor/pwn/configs/pwn.mk
# Boot animation
TARGET_SCREEN_HEIGHT := 2246
TARGET_SCREEN_WIDTH := 1080