Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a607c3d authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Enable low latence audio

It's been made optional for compat with older devices, reenable
it on mako

Change-Id: I300b2354f5c2c49f8b6054778a9da2fc210f2aaf
parent b000a40b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ USE_OPENGL_RENDERER := true
TARGET_USES_ION := true
TARGET_USES_OVERLAY := true
TARGET_USES_SF_BYPASS := true
TARGET_USES_C2D_COMPOSITON := true
TARGET_USES_C2D_COMPOSITION := true

TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TARGET_RECOVERY_UI_LIB := librecovery_ui_mako
@@ -93,4 +93,6 @@ TARGET_NO_RPC := true

TARGET_RELEASETOOLS_EXTENSIONS := device/lge/mako

BOARD_HAVE_LOW_LATENCY_AUDIO := true

-include vendor/lge/mako/BoardConfigVendor.mk