-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathaosp_alioth.mk
More file actions
34 lines (28 loc) · 848 Bytes
/
aosp_alioth.mk
File metadata and controls
34 lines (28 loc) · 848 Bytes
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
#
# Copyright (C) 2021 The Descendant Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from alioth device
$(call inherit-product, device/xiaomi/alioth/device.mk)
# Inherit some common Descendant stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := aosp_alioth
PRODUCT_DEVICE := alioth
PRODUCT_BRAND := POCO
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := POCO F3
TARGET_SCREEN_DENSITY:=450
TARGET_BOOT_ANIMATION_RES := 1080
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
# AEX
TARGET_FACE_UNLOCK_SUPPORTED := true
USE_PIXEL_CHARGER_IMAGES := true
TARGET_SHIP_GCAM_GO := true
TARGET_SUPPORTS_BLUR := true
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_BOARD_PLATFORM := kona
PRODUCT_USES_QCOM_HARDWARE := true
WITH_GMS := true
WITH_GAPPS := true