Raspberry Vanilla IPMT
This commit is contained in:
38
android13/device/brcm/rpi4/gtc_wallmount28.mk
Normal file
38
android13/device/brcm/rpi4/gtc_wallmount28.mk
Normal file
@@ -0,0 +1,38 @@
|
||||
#
|
||||
# Copyright (C) 2021-2023 KonstaKANG
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/brcm/rpi4/device.mk)
|
||||
|
||||
# Overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
RackmountOverlay \
|
||||
SettingsProviderDisableLockScreen
|
||||
|
||||
# Bootanimation Rdkartono
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/wallmount28.zip:system/media/bootanimation.zip
|
||||
|
||||
# Aplikasi tambahan Rdkartono
|
||||
PRODUCT_PACKAGES += \
|
||||
B4ABridge
|
||||
# AuroraStore \
|
||||
# Notepad
|
||||
# spotify \
|
||||
|
||||
# Device identifier Rdkartono
|
||||
PRODUCT_NAME := gtc_wallmount28
|
||||
PRODUCT_MODEL := WALLMOUNT28
|
||||
PRODUCT_RELEASE_NAME := GTC WALLMOUNT28
|
||||
|
||||
# Force custom resolution
|
||||
#PRODUCT_PROPERTY_OVERRIDES += debug.drm.mode.force=1920x515 #resolusi aslinya, tapi gak bisa nyala
|
||||
# Disable on-screen navigation button
|
||||
PRODUCT_PROPERTY_OVERRIDES += qemu.hw.mainkeys=1
|
||||
# Change LCD Density
|
||||
#PRODUCT_PROPERTY_OVERRIDES += ro.sf.lcd_density=120
|
||||
|
||||
|
||||
Reference in New Issue
Block a user