land: Enable UI blur support
Blob from the latest OP3 CM 13.0 revision. Change-Id: Iae876a267d7462ab19c84cb1dc5a9b6abbd76b98
This commit is contained in:
parent
ebf5addee3
commit
6ff8a088a9
2 changed files with 5 additions and 0 deletions
|
@ -351,4 +351,8 @@
|
|||
<!-- Package name providing fused location support. Used only when
|
||||
config_enableFusedLocationOverlay is false. -->
|
||||
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
|
||||
|
||||
<!-- Support in Surfaceflinger for blur layers.
|
||||
NOTE: This requires additional hardware-specific code. -->
|
||||
<bool name="config_ui_blur_enabled">true</bool>
|
||||
</resources>
|
||||
|
|
|
@ -658,6 +658,7 @@ vendor/lib64/libsdm-color.so
|
|||
vendor/lib64/libsdm-diag.so
|
||||
vendor/lib64/libsdm-disp-apis.so
|
||||
vendor/lib64/libsdmextension.so
|
||||
vendor/lib64/libuiblur.so|4b3fabf5ded7c4af531abde681676fc5e9248494
|
||||
|
||||
# Graphics firmware
|
||||
etc/firmware/a530_gpmu.fw2
|
||||
|
|
Loading…
Reference in a new issue