diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-06-26 18:26:55 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-06-29 20:40:51 +0200 |
commit | 1d44a47e1a63a1669906882c0eed9bb659a097b7 (patch) | |
tree | e46ec20771c6742e27020c40ea8a12de77368fff /msm8996.mk | |
parent | 4eab1aac05376d2b60f6e71ec55e5cd84456484e (diff) |
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
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 \ |