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

Commit f1f798a7 authored by Dan Stoza's avatar Dan Stoza Committed by android-build-merger
Browse files

HWC2: Hook up to BoardConfig variable am: f9d7e1a0

am: 2c0d3160

Change-Id: I5981d25805a7c6d32a24a57f0d9c3916a6ceeedf
parents 25207934 2c0d3160
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ LOCAL_C_INCLUDES := \
LOCAL_CFLAGS := -DLOG_TAG=\"SurfaceFlinger\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES

USE_HWC2 := false
ifeq ($(USE_HWC2),true)
ifeq ($(TARGET_USES_HWC2),true)
    LOCAL_CFLAGS += -DUSE_HWC2
    LOCAL_SRC_FILES += \
        SurfaceFlinger.cpp \