diff options
| author | Jan Altensen <info@stricted.net> | 2025-01-27 22:04:12 +0100 |
|---|---|---|
| committer | techyguyperplexable <hlcj1234567@gmail.com> | 2025-08-25 16:05:41 +0100 |
| commit | e7c9f8c2741794d4a8caf173efccc7d95511d3ed (patch) | |
| tree | 0445217abfa31d58e3f257c9a58911bf2373f824 | |
| parent | 762eebbc7ca7a70869c80fdeb2aaf7417c77803e (diff) | |
universal9830: Include gralloc3 namespace
Change-Id: I6649654bf3302a560e912402949c5e4a71c83d64
| -rw-r--r-- | device-common.mk | 5 | ||||
| -rw-r--r-- | vendor.prop | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/device-common.mk b/device-common.mk index 9e885bc..603e145 100644 --- a/device-common.mk +++ b/device-common.mk @@ -115,7 +115,7 @@ PRODUCT_PACKAGES += \ android.hardware.graphics.allocator@2.0-impl:64 \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.mapper@2.0-impl-2.1 \ - gralloc.exynos990 \ + gralloc.universal990 \ libion # Health @@ -342,7 +342,8 @@ PRODUCT_SOONG_NAMESPACES += \ $(COMMON_PATH) \ hardware/google/interfaces \ hardware/google/pixel \ - hardware/samsung + hardware/samsung \ + hardware/samsung_slsi-linaro/exynos/gralloc/gralloc3 # SoundTrigger PRODUCT_PACKAGES += \ diff --git a/vendor.prop b/vendor.prop index 7a2fd86..54f8f0f 100644 --- a/vendor.prop +++ b/vendor.prop @@ -61,7 +61,6 @@ debug.sf.earlyGl.app.duration=16600000 persist.sys.sf.color_saturation=1.0 persist.sys.sf.native_mode=2 ro.hardware.egl=mali -ro.hardware.gralloc=exynos990 ro.hardware.vulkan=mali ro.opengles.version=196610 ro.surface_flinger.max_frame_buffer_acquired_buffers=3 |
