mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-06-03 11:57:26 +09:00
33 lines
725 B
Makefile
33 lines
725 B
Makefile
#
|
|
# Copyright (C) 2020 The ArrowOS
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from miatoll device
|
|
$(call inherit-product, device/xiaomi/miatoll/device.mk)
|
|
|
|
# Inherit some common AOSP stuff
|
|
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
|
|
|
# Gapps
|
|
IS_PHONE := true
|
|
TARGET_INCLUDE_GAPPS := true
|
|
TARGET_GAPPS_ARCH := arm64
|
|
TARGET_SUPPORTS_GOOGLE_RECORDER := true
|
|
TARGET_INCLUDE_STOCK_ARCORE := true
|
|
TARGET_INCLUDE_LIVE_WALLPAPERS := true
|
|
|
|
# Bootanimation Resolution
|
|
TARGET_BOOT_ANIMATION_RES := 1080
|
|
|
|
# Device identifier
|
|
PRODUCT_NAME := aosp_miatoll
|
|
PRODUCT_DEVICE := miatoll
|
|
PRODUCT_BRAND := Xiaomi
|
|
PRODUCT_MODEL := SM6250
|
|
PRODUCT_MANUFACTURER := Xiaomi
|
|
|
|
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
|
|
|