From 1d44a47e1a63a1669906882c0eed9bb659a097b7 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 26 Jun 2018 18:26:55 +0100 Subject: msm8996-common: Drop deprecated OpenGLRenderer props * In Android 8.1 and later, only the ro.zygote.disable_gl_preload property still applies. All other properties have been removed. Reference: https://source.android.com/devices/graphics/renderer Change-Id: Ib43c22ea3285e5fe397da8a7a5cac1c3a27a2f36 --- msm8996.mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/msm8996.mk b/msm8996.mk index e6ddda2..58f6c05 100755 --- a/msm8996.mk +++ b/msm8996.mk @@ -1,5 +1,6 @@ -# Copyright (C) 2013-2016, The CyanogenMod Project -# Copyright (C) 2017-2018, The LineageOS Project +# +# Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2017-2018 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -41,9 +42,6 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 -# HWUI overrides -$(call inherit-product, frameworks/native/build/phone-xxhdpi-3072-hwui-memory.mk) - # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ -- cgit v1.2.3