forked from Albinoman887/android_device_google_raviole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
statix_oriole.mk
24 lines (18 loc) · 809 Bytes
/
statix_oriole.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Boot animation
TARGET_SCREEN_HEIGHT := 2280
TARGET_SCREEN_WIDTH := 1080
# Inherit some common StatiX stuff.
$(call inherit-product, vendor/statix/config/common.mk)
$(call inherit-product, vendor/statix/config/gsm.mk)
# Inherit device configuration
$(call inherit-product, device/google/raviole/aosp_oriole_64.mk)
$(call inherit-product, device/google/raviole/device-statix.mk)
## Device identifier. This must come after all inclusions
PRODUCT_NAME := statix_oriole
PRODUCT_MODEL := Pixel 6
PRODUCT_BRAND := google
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=oriole \
PRIVATE_BUILD_DESC="oriole-user 12 SQ3A.220705.003 8671607 release-keys"
BUILD_FINGERPRINT := google/oriole/oriole:12/SQ3A.220705.003/8671607:user/release-keys
$(call inherit-product, vendor/google/oriole/oriole-vendor.mk)