mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Enable latch unsignaled buffers
Change-Id: I2b743100a49d1328177230c1952580b62543b245 CRs-Fixed: 2449258 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
468d557aa1
commit
6c7466258e
2 changed files with 6 additions and 0 deletions
3
product_prop.mk
Normal file
3
product_prop.mk
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Graphics
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
debug.sf.latch_unsignaled=1
|
||||
|
|
@ -29,3 +29,6 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage
|
|||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
# System properties
|
||||
-include $(LOCAL_PATH)/product_prop.mk
|
||||
Loading…
Reference in a new issue