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

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

Build SF executable with USE_HWC2 when needed am: 10d3fb23

am: 81451c03

Change-Id: Ic261e108736232f805fa1da120784225d7781451
parents 8d73eed0 81451c03
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -146,6 +146,10 @@ ifneq ($(ENABLE_CPUSETS),)
    LOCAL_CFLAGS += -DENABLE_CPUSETS
    LOCAL_CFLAGS += -DENABLE_CPUSETS
endif
endif


ifeq ($(TARGET_USES_HWC2),true)
    LOCAL_CFLAGS += -DUSE_HWC2
endif

LOCAL_SRC_FILES := \
LOCAL_SRC_FILES := \
    main_surfaceflinger.cpp
    main_surfaceflinger.cpp