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

Commit 48cb6201 authored by Chris Craik's avatar Chris Craik
Browse files

Fix the build

Change-Id: I11aaa6dabdc3998155ee7f1ee58083bb88f19aad
parent 477e26cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -297,9 +297,9 @@ LOCAL_SRC_FILES += \
    tests/microbench/PathParserBench.cpp \
    tests/microbench/ShadowBench.cpp

ifeq (true, $(HWUI_NEW_OPS))
    LOCAL_SRC_FILES += \
        tests/microbench/FrameBuilderBench.cpp
endif
# ifeq (true, $(HWUI_NEW_OPS))
#     LOCAL_SRC_FILES += \
#         tests/microbench/FrameBuilderBench.cpp
# endif

include $(BUILD_EXECUTABLE)