-
Notifications
You must be signed in to change notification settings - Fork 3
/
bliss_obiwan.mk
42 lines (31 loc) · 1.12 KB
/
bliss_obiwan.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
32
33
34
35
36
37
38
39
40
41
42
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from these products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from the device configuration.
$(call inherit-product, device/asus/obiwan/device.mk)
# Inherit from the bliss configuration.
$(call inherit-product, vendor/bliss/config/common_full_phone.mk)
# Bootanimation
TARGET_BOOT_ANIMATION_RES := 1080
# UDFPS Animations
EXTRA_UDFPS_ANIMATIONS := true
# Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := true
# Gapps
TARGET_STOCK_GAPPS := true
PRODUCT_BRAND := asus
PRODUCT_DEVICE := obiwan
PRODUCT_MANUFACTURER := asus
PRODUCT_MODEL := ASUS_I003DD
PRODUCT_NAME := bliss_obiwan
PRODUCT_GMS_CLIENTID_BASE := android-asus
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE=ASUS_I003_1 \
TARGET_PRODUCT=WW_I003D \
PRIVATE_BUILD_DESC="WW_I003D-user 12 SKQ1.210821.001 31.0210.0210.258-0 release-keys"
BUILD_FINGERPRINT := asus/WW_I003D/ASUS_I003_1:12/SKQ1.210821.001/31.0210.0210.258-0:user/release-keys