From 101e762498199cf03702a4f948726a8fd0c96509 Mon Sep 17 00:00:00 2001 From: GiaSen Date: Mon, 8 Jun 2020 15:04:35 +0200 Subject: [PATCH] kunlun2: update pe targets --- aosp_kunlun2.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aosp_kunlun2.mk b/aosp_kunlun2.mk index 52ddcfe..51d7bd2 100644 --- a/aosp_kunlun2.mk +++ b/aosp_kunlun2.mk @@ -16,7 +16,10 @@ $(call inherit-product, $(LOCAL_PATH)/device.mk) +# Pixel Experience targets TARGET_GAPPS_ARCH := arm64 +TARGET_SUPPORTS_GOOGLE_RECORDER := true +TARGET_BOOT_ANIMATION_RES := 1080 # Inherit some common Lineage stuff $(call inherit-product, vendor/aosp/config/common_full_phone.mk)