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

Commit 03003aa5 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

am: b9f30594

Change-Id: I9f903148a50a5fee26bc081a69d9329ae0ef5b87
parents 059fa348 b9f30594
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -147,6 +147,10 @@ ifneq ($(ENABLE_CPUSETS),)
    LOCAL_CFLAGS += -DENABLE_CPUSETS
endif

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

LOCAL_SRC_FILES := \
    main_surfaceflinger.cpp