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

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

HWC2: Hook up to BoardConfig variable am: 8beb15f2

am: 608852e3

Change-Id: I91252f79de7035b958329a68e4172edb5b2c302a
parents ebec74a2 608852e3
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 \