diff options
| author | Carlos Solano <csolano@gmail.com> | 2018-06-29 08:19:06 +0200 |
|---|---|---|
| committer | Carlos Solano <csolano@gmail.com> | 2018-06-29 08:19:06 +0200 |
| commit | 6a4f188f15d5278b6e1f0e1fb69fbbe2c4ab2d5d (patch) | |
| tree | 972b973067307c5bfe8aeb8f62683f966cc5c731 | |
| parent | e334915dc009910608b025bc7d7c7530aa96e44d (diff) | |
libra: 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: Ib9b928fcb798de8f54efe183c9e4b59716a3d57e
| -rw-r--r-- | device.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ PRODUCT_AAPT_PREBUILT_DPI := xxhdpi xhdpi hdpi # Call the proprietary setup $(call inherit-product, vendor/xiaomi/libra/libra-vendor.mk) -# Call the HWUI overrides -$(call inherit-product, frameworks/native/build/phone-xxhdpi-2048-hwui-memory.mk) - # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml |
