mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
miatoll: Adapt for Pixel Experience
Change-Id: Ia7ddbdd0bb098fd7df81629b20b32d21764a08d8
This commit is contained in:
parent
d6575d7434
commit
7e66a25709
@ -5,9 +5,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/lineage_miatoll.mk
|
$(LOCAL_DIR)/aosp_miatoll.mk
|
||||||
|
|
||||||
COMMON_LUNCH_CHOICES := \
|
COMMON_LUNCH_CHOICES := \
|
||||||
lineage_miatoll-user \
|
aosp_miatoll-user \
|
||||||
lineage_miatoll-userdebug \
|
aosp_miatoll-userdebug \
|
||||||
lineage_miatoll-eng
|
aosp_miatoll-eng
|
||||||
|
11
aosp.dependencies
Normal file
11
aosp.dependencies
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"repository": "device_xiaomi_sm6250-common",
|
||||||
|
"target_path": "device/xiaomi/sm6250-common"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "vendor_xiaomi_miatoll",
|
||||||
|
"target_path": "vendor/xiaomi/miatoll",
|
||||||
|
"remote": "pixel-devices-blobs"
|
||||||
|
}
|
||||||
|
]
|
@ -8,13 +8,16 @@
|
|||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
|
|
||||||
# Inherit some common Lineage stuff.
|
# Inherit some common Pixel Experience stuff.
|
||||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
|
||||||
|
|
||||||
# Inherit from miatoll device
|
# Inherit from miatoll device
|
||||||
$(call inherit-product, device/xiaomi/miatoll/device.mk)
|
$(call inherit-product, device/xiaomi/miatoll/device.mk)
|
||||||
|
|
||||||
PRODUCT_NAME := lineage_miatoll
|
TARGET_BOOT_ANIMATION_RES := 1080
|
||||||
|
TARGET_GAPPS_ARCH := arm64
|
||||||
|
|
||||||
|
PRODUCT_NAME := aosp_miatoll
|
||||||
PRODUCT_DEVICE := miatoll
|
PRODUCT_DEVICE := miatoll
|
||||||
PRODUCT_MANUFACTURER := Xiaomi
|
PRODUCT_MANUFACTURER := Xiaomi
|
||||||
PRODUCT_BRAND := Redmi
|
PRODUCT_BRAND := Redmi
|
@ -1,6 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"repository": "android_device_xiaomi_sm6250-common",
|
|
||||||
"target_path": "device/xiaomi/sm6250-common"
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
x
Reference in New Issue
Block a user