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

Commit 860c7669 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Fix the build"

parents e5d6e7c8 48cb6201
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)