forked from Albinoman887/android_device_google_raviole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
statix_raven.mk
31 lines (23 loc) · 1011 Bytes
/
statix_raven.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
25
26
27
28
29
30
31
# Boot animation
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
# 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_raven_64.mk)
$(call inherit-product, device/google/raviole/device-statix.mk)
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_USES_BLUR := true
## Device identifier. This must come after all inclusions
PRODUCT_NAME := statix_raven
PRODUCT_MODEL := Pixel 6 Pro
PRODUCT_BRAND := google
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.uwb.calibration.calibrationpaths=/vendor/etc/calib_paths
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=raven \
PRIVATE_BUILD_DESC="raven-user 12 SQ3A.220605.009.B1 8650216 release-keys"
BUILD_FINGERPRINT := google/raven/raven:12/SQ3A.220605.009.B1/8650216:user/release-keys
$(call inherit-product, vendor/google/raven/raven-vendor.mk)