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

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

HWC2: Hook up to BoardConfig variable

am: 8beb15f2

Change-Id: I012809dac02ab2d87ac1650be2fc619f2b68fbbf
parents de793924 8beb15f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -46,8 +46,7 @@ LOCAL_CFLAGS := -DLOG_TAG=\"SurfaceFlinger\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
#LOCAL_CFLAGS += -DENABLE_FENCE_TRACKING

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