Romain Guy | e4d0112 | 2010-06-16 18:44:05 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
Dan Albert | 88ba339 | 2014-09-11 16:20:16 -0700 | [diff] [blame] | 3 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk |
Romain Guy | e4d0112 | 2010-06-16 18:44:05 -0700 | [diff] [blame] | 4 | |
John Reck | dcdbba7c | 2016-01-19 13:57:16 -0800 | [diff] [blame] | 5 | HWUI_NEW_OPS := true |
Chris Craik | b565df1 | 2015-10-05 13:00:52 -0700 | [diff] [blame] | 6 | |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 7 | hwui_src_files := \ |
| 8 | font/CacheTexture.cpp \ |
| 9 | font/Font.cpp \ |
| 10 | renderstate/Blend.cpp \ |
| 11 | renderstate/MeshState.cpp \ |
Chris Craik | 9fded23 | 2015-11-11 16:42:34 -0800 | [diff] [blame] | 12 | renderstate/OffscreenBufferPool.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 13 | renderstate/PixelBufferState.cpp \ |
| 14 | renderstate/RenderState.cpp \ |
| 15 | renderstate/Scissor.cpp \ |
| 16 | renderstate/Stencil.cpp \ |
| 17 | renderstate/TextureState.cpp \ |
| 18 | renderthread/CanvasContext.cpp \ |
| 19 | renderthread/DrawFrameTask.cpp \ |
| 20 | renderthread/EglManager.cpp \ |
| 21 | renderthread/RenderProxy.cpp \ |
| 22 | renderthread/RenderTask.cpp \ |
| 23 | renderthread/RenderThread.cpp \ |
| 24 | renderthread/TimeLord.cpp \ |
| 25 | thread/TaskManager.cpp \ |
| 26 | utils/Blur.cpp \ |
| 27 | utils/GLUtils.cpp \ |
| 28 | utils/LinearAllocator.cpp \ |
Derek Sollenberger | 4c5efe9 | 2015-07-10 13:56:39 -0400 | [diff] [blame] | 29 | utils/NinePatchImpl.cpp \ |
Chris Craik | 6e6646c | 2015-09-14 15:54:12 -0700 | [diff] [blame] | 30 | utils/StringUtils.cpp \ |
Tom Hudson | b2f5bd2 | 2015-10-15 16:41:55 -0400 | [diff] [blame] | 31 | utils/TestWindowContext.cpp \ |
Doris Liu | 804618d | 2015-11-16 22:48:34 -0800 | [diff] [blame] | 32 | utils/VectorDrawableUtils.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 33 | AmbientShadow.cpp \ |
| 34 | AnimationContext.cpp \ |
| 35 | Animator.cpp \ |
| 36 | AnimatorManager.cpp \ |
| 37 | AssetAtlas.cpp \ |
| 38 | Caches.cpp \ |
Chris Craik | a171727 | 2015-11-19 13:02:43 -0800 | [diff] [blame] | 39 | Canvas.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 40 | CanvasState.cpp \ |
| 41 | ClipArea.cpp \ |
| 42 | DamageAccumulator.cpp \ |
| 43 | DeferredDisplayList.cpp \ |
| 44 | DeferredLayerUpdater.cpp \ |
John Reck | 704bed0 | 2015-11-05 09:22:17 -0800 | [diff] [blame] | 45 | DeviceInfo.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 46 | DisplayList.cpp \ |
| 47 | DisplayListCanvas.cpp \ |
| 48 | Dither.cpp \ |
| 49 | Extensions.cpp \ |
| 50 | FboCache.cpp \ |
| 51 | FontRenderer.cpp \ |
| 52 | FrameInfo.cpp \ |
| 53 | FrameInfoVisualizer.cpp \ |
| 54 | GammaFontRenderer.cpp \ |
| 55 | GlopBuilder.cpp \ |
John Reck | 38e0c32 | 2015-11-10 12:19:17 -0800 | [diff] [blame] | 56 | GpuMemoryTracker.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 57 | GradientCache.cpp \ |
| 58 | Image.cpp \ |
| 59 | Interpolator.cpp \ |
| 60 | JankTracker.cpp \ |
| 61 | Layer.cpp \ |
| 62 | LayerCache.cpp \ |
| 63 | LayerRenderer.cpp \ |
Chris Craik | 0b7e824 | 2015-10-28 16:50:44 -0700 | [diff] [blame] | 64 | LayerUpdateQueue.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 65 | Matrix.cpp \ |
| 66 | OpenGLRenderer.cpp \ |
| 67 | Patch.cpp \ |
| 68 | PatchCache.cpp \ |
| 69 | PathCache.cpp \ |
| 70 | PathTessellator.cpp \ |
Doris Liu | 30bcf69 | 2015-11-04 14:56:24 -0800 | [diff] [blame] | 71 | PathParser.cpp \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 72 | PixelBuffer.cpp \ |
| 73 | Program.cpp \ |
| 74 | ProgramCache.cpp \ |
| 75 | Properties.cpp \ |
| 76 | RenderBufferCache.cpp \ |
| 77 | RenderNode.cpp \ |
| 78 | RenderProperties.cpp \ |
| 79 | ResourceCache.cpp \ |
| 80 | ShadowTessellator.cpp \ |
| 81 | SkiaCanvas.cpp \ |
| 82 | SkiaCanvasProxy.cpp \ |
| 83 | SkiaShader.cpp \ |
| 84 | Snapshot.cpp \ |
| 85 | SpotShadow.cpp \ |
| 86 | TessellationCache.cpp \ |
| 87 | TextDropShadowCache.cpp \ |
| 88 | Texture.cpp \ |
John Reck | e248bd1 | 2015-08-05 13:53:53 -0700 | [diff] [blame] | 89 | TextureCache.cpp \ |
Doris Liu | 4bbc293 | 2015-12-01 17:59:40 -0800 | [diff] [blame] | 90 | VectorDrawable.cpp \ |
John Reck | e248bd1 | 2015-08-05 13:53:53 -0700 | [diff] [blame] | 91 | protos/hwui.proto |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 92 | |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 93 | hwui_test_common_src_files := \ |
Chris Craik | 27e58b4 | 2015-12-07 10:01:38 -0800 | [diff] [blame] | 94 | $(call all-cpp-files-under, tests/common/scenes) \ |
| 95 | tests/common/TestContext.cpp \ |
| 96 | tests/common/TestScene.cpp \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 97 | tests/common/TestUtils.cpp |
| 98 | |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 99 | hwui_cflags := \ |
| 100 | -DEGL_EGLEXT_PROTOTYPES -DGL_GLEXT_PROTOTYPES \ |
| 101 | -DATRACE_TAG=ATRACE_TAG_VIEW -DLOG_TAG=\"OpenGLRenderer\" \ |
John Reck | 82f5e0c | 2015-10-22 17:07:45 -0700 | [diff] [blame] | 102 | -Wall -Wno-unused-parameter -Wunreachable-code -Werror |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 103 | |
John Reck | c90ed75 | 2015-11-04 07:39:44 -0800 | [diff] [blame] | 104 | # GCC false-positives on this warning, and since we -Werror that's |
| 105 | # a problem |
| 106 | hwui_cflags += -Wno-free-nonheap-object |
| 107 | |
Chris Craik | b565df1 | 2015-10-05 13:00:52 -0700 | [diff] [blame] | 108 | ifeq (true, $(HWUI_NEW_OPS)) |
| 109 | hwui_src_files += \ |
Chris Craik | 9e7fcfd | 2015-11-25 13:27:33 -0800 | [diff] [blame] | 110 | BakedOpDispatcher.cpp \ |
Chris Craik | b565df1 | 2015-10-05 13:00:52 -0700 | [diff] [blame] | 111 | BakedOpRenderer.cpp \ |
Chris Craik | e4db79d | 2015-12-22 16:32:23 -0800 | [diff] [blame] | 112 | BakedOpState.cpp \ |
Chris Craik | f158b49 | 2016-01-12 14:45:08 -0800 | [diff] [blame] | 113 | FrameBuilder.cpp \ |
| 114 | LayerBuilder.cpp \ |
Chris Craik | b565df1 | 2015-10-05 13:00:52 -0700 | [diff] [blame] | 115 | RecordingCanvas.cpp |
| 116 | |
| 117 | hwui_cflags += -DHWUI_NEW_OPS |
| 118 | |
| 119 | endif |
| 120 | |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 121 | ifndef HWUI_COMPILE_SYMBOLS |
| 122 | hwui_cflags += -fvisibility=hidden |
| 123 | endif |
| 124 | |
| 125 | ifdef HWUI_COMPILE_FOR_PERF |
| 126 | # TODO: Non-arm? |
| 127 | hwui_cflags += -fno-omit-frame-pointer -marm -mapcs |
| 128 | endif |
| 129 | |
John Reck | e248bd1 | 2015-08-05 13:53:53 -0700 | [diff] [blame] | 130 | # This has to be lazy-resolved because it depends on the LOCAL_MODULE_CLASS |
| 131 | # which varies depending on what is being built |
| 132 | define hwui_proto_include |
| 133 | $(call local-generated-sources-dir)/proto/$(LOCAL_PATH) |
| 134 | endef |
| 135 | |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 136 | hwui_c_includes += \ |
Leon Scroggins III | 5507807 | 2015-07-31 10:38:40 -0400 | [diff] [blame] | 137 | external/skia/include/private \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 138 | external/skia/src/core |
| 139 | |
| 140 | hwui_shared_libraries := \ |
| 141 | liblog \ |
| 142 | libcutils \ |
| 143 | libutils \ |
| 144 | libEGL \ |
| 145 | libGLESv2 \ |
| 146 | libskia \ |
| 147 | libui \ |
| 148 | libgui \ |
John Reck | e248bd1 | 2015-08-05 13:53:53 -0700 | [diff] [blame] | 149 | libprotobuf-cpp-lite \ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 150 | |
| 151 | ifneq (false,$(ANDROID_ENABLE_RENDERSCRIPT)) |
| 152 | hwui_cflags += -DANDROID_ENABLE_RENDERSCRIPT |
| 153 | hwui_shared_libraries += libRS libRScpp |
| 154 | hwui_c_includes += \ |
| 155 | $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) \ |
| 156 | frameworks/rs/cpp \ |
| 157 | frameworks/rs |
| 158 | endif |
| 159 | |
| 160 | |
| 161 | # ------------------------ |
| 162 | # static library |
| 163 | # ------------------------ |
| 164 | |
| 165 | include $(CLEAR_VARS) |
| 166 | |
| 167 | LOCAL_MODULE_CLASS := STATIC_LIBRARIES |
| 168 | LOCAL_MODULE := libhwui_static |
| 169 | LOCAL_SHARED_LIBRARIES := $(hwui_shared_libraries) |
| 170 | LOCAL_CFLAGS := $(hwui_cflags) |
| 171 | LOCAL_SRC_FILES := $(hwui_src_files) |
John Reck | e248bd1 | 2015-08-05 13:53:53 -0700 | [diff] [blame] | 172 | LOCAL_C_INCLUDES := $(hwui_c_includes) $(call hwui_proto_include) |
| 173 | LOCAL_EXPORT_C_INCLUDE_DIRS := $(hwui_c_includes) $(call hwui_proto_include) |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 174 | |
| 175 | include $(BUILD_STATIC_LIBRARY) |
| 176 | |
| 177 | # ------------------------ |
Chris Craik | 5fbd9db | 2015-10-19 11:22:11 -0700 | [diff] [blame] | 178 | # static library null gpu |
| 179 | # ------------------------ |
| 180 | |
| 181 | include $(CLEAR_VARS) |
| 182 | |
| 183 | LOCAL_MODULE_CLASS := STATIC_LIBRARIES |
| 184 | LOCAL_MODULE := libhwui_static_null_gpu |
| 185 | LOCAL_SHARED_LIBRARIES := $(hwui_shared_libraries) |
| 186 | LOCAL_CFLAGS := \ |
| 187 | $(hwui_cflags) \ |
| 188 | -DHWUI_NULL_GPU |
| 189 | LOCAL_SRC_FILES := \ |
| 190 | $(hwui_src_files) \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 191 | tests/common/nullegl.cpp \ |
| 192 | tests/common/nullgles.cpp |
Chris Craik | 5fbd9db | 2015-10-19 11:22:11 -0700 | [diff] [blame] | 193 | LOCAL_C_INCLUDES := $(hwui_c_includes) $(call hwui_proto_include) |
| 194 | LOCAL_EXPORT_C_INCLUDE_DIRS := $(hwui_c_includes) $(call hwui_proto_include) |
| 195 | |
| 196 | include $(BUILD_STATIC_LIBRARY) |
| 197 | |
| 198 | # ------------------------ |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 199 | # shared library |
| 200 | # ------------------------ |
| 201 | |
| 202 | include $(CLEAR_VARS) |
| 203 | |
John Reck | a2732a2 | 2014-12-18 13:52:33 -0800 | [diff] [blame] | 204 | LOCAL_MODULE_CLASS := SHARED_LIBRARIES |
| 205 | LOCAL_MODULE := libhwui |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 206 | LOCAL_WHOLE_STATIC_LIBRARIES := libhwui_static |
| 207 | LOCAL_SHARED_LIBRARIES := $(hwui_shared_libraries) |
Romain Guy | e4d0112 | 2010-06-16 18:44:05 -0700 | [diff] [blame] | 208 | |
John Reck | a2732a2 | 2014-12-18 13:52:33 -0800 | [diff] [blame] | 209 | include $(BUILD_SHARED_LIBRARY) |
Andreas Gampe | edaecc1 | 2014-11-10 20:54:07 -0800 | [diff] [blame] | 210 | |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 211 | # ------------------------ |
| 212 | # unit tests |
| 213 | # ------------------------ |
| 214 | |
| 215 | include $(CLEAR_VARS) |
| 216 | |
| 217 | LOCAL_MODULE := hwui_unit_tests |
| 218 | LOCAL_MODULE_TAGS := tests |
| 219 | LOCAL_SHARED_LIBRARIES := $(hwui_shared_libraries) |
Chris Craik | 5fbd9db | 2015-10-19 11:22:11 -0700 | [diff] [blame] | 220 | LOCAL_STATIC_LIBRARIES := libhwui_static_null_gpu |
Chris Craik | 98787e6 | 2015-11-13 10:55:30 -0800 | [diff] [blame] | 221 | LOCAL_CFLAGS := \ |
| 222 | $(hwui_cflags) \ |
| 223 | -DHWUI_NULL_GPU |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 224 | |
| 225 | LOCAL_SRC_FILES += \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 226 | $(hwui_test_common_src_files) \ |
| 227 | tests/unit/CanvasStateTests.cpp \ |
| 228 | tests/unit/ClipAreaTests.cpp \ |
John Reck | e5da4ef | 2016-01-14 12:34:46 -0800 | [diff] [blame] | 229 | tests/unit/CrashHandlerInjector.cpp \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 230 | tests/unit/DamageAccumulatorTests.cpp \ |
| 231 | tests/unit/DeviceInfoTests.cpp \ |
| 232 | tests/unit/FatVectorTests.cpp \ |
John Reck | 38e0c32 | 2015-11-10 12:19:17 -0800 | [diff] [blame] | 233 | tests/unit/GpuMemoryTrackerTests.cpp \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 234 | tests/unit/LayerUpdateQueueTests.cpp \ |
| 235 | tests/unit/LinearAllocatorTests.cpp \ |
| 236 | tests/unit/VectorDrawableTests.cpp \ |
| 237 | tests/unit/OffscreenBufferPoolTests.cpp \ |
Andres Morales | 06f5bc7 | 2015-12-15 15:21:31 -0800 | [diff] [blame^] | 238 | tests/unit/StringUtilsTests.cpp \ |
| 239 | tests/unit/BufferPoolTests.cpp |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 240 | |
Chris Craik | b565df1 | 2015-10-05 13:00:52 -0700 | [diff] [blame] | 241 | ifeq (true, $(HWUI_NEW_OPS)) |
| 242 | LOCAL_SRC_FILES += \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 243 | tests/unit/BakedOpStateTests.cpp \ |
Chris Craik | f158b49 | 2016-01-12 14:45:08 -0800 | [diff] [blame] | 244 | tests/unit/FrameBuilderTests.cpp \ |
John Reck | 1b94f9b | 2016-01-19 09:42:15 -0800 | [diff] [blame] | 245 | tests/unit/LeakCheckTests.cpp \ |
Chris Craik | 5ea1724 | 2016-01-11 14:07:59 -0800 | [diff] [blame] | 246 | tests/unit/RecordingCanvasTests.cpp |
Chris Craik | b565df1 | 2015-10-05 13:00:52 -0700 | [diff] [blame] | 247 | endif |
| 248 | |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 249 | include $(BUILD_NATIVE_TEST) |
| 250 | |
| 251 | # ------------------------ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 252 | # Macro-bench app |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 253 | # ------------------------ |
| 254 | |
| 255 | include $(CLEAR_VARS) |
| 256 | |
| 257 | LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp |
| 258 | LOCAL_MODULE:= hwuitest |
| 259 | LOCAL_MODULE_TAGS := tests |
John Reck | e248bd1 | 2015-08-05 13:53:53 -0700 | [diff] [blame] | 260 | LOCAL_MODULE_CLASS := EXECUTABLES |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 261 | LOCAL_MULTILIB := both |
| 262 | LOCAL_MODULE_STEM_32 := hwuitest |
| 263 | LOCAL_MODULE_STEM_64 := hwuitest64 |
| 264 | LOCAL_SHARED_LIBRARIES := $(hwui_shared_libraries) |
| 265 | LOCAL_CFLAGS := $(hwui_cflags) |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 266 | |
Chris Craik | 5fbd9db | 2015-10-19 11:22:11 -0700 | [diff] [blame] | 267 | # set to libhwui_static_null_gpu to skip actual GL commands |
| 268 | LOCAL_WHOLE_STATIC_LIBRARIES := libhwui_static |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 269 | |
| 270 | LOCAL_SRC_FILES += \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 271 | $(hwui_test_common_src_files) \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 272 | tests/macrobench/TestSceneRunner.cpp \ |
| 273 | tests/macrobench/main.cpp |
John Reck | d2e7214 | 2015-08-17 13:11:43 -0700 | [diff] [blame] | 274 | |
| 275 | include $(BUILD_EXECUTABLE) |
John Reck | 4a4bc89 | 2015-10-12 07:38:22 -0700 | [diff] [blame] | 276 | |
| 277 | # ------------------------ |
| 278 | # Micro-bench app |
| 279 | # --------------------- |
| 280 | include $(CLEAR_VARS) |
| 281 | |
| 282 | LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp |
| 283 | LOCAL_MODULE:= hwuimicro |
| 284 | LOCAL_MODULE_TAGS := tests |
| 285 | LOCAL_MODULE_CLASS := EXECUTABLES |
| 286 | LOCAL_MULTILIB := both |
| 287 | LOCAL_MODULE_STEM_32 := hwuimicro |
| 288 | LOCAL_MODULE_STEM_64 := hwuimicro64 |
| 289 | LOCAL_SHARED_LIBRARIES := $(hwui_shared_libraries) |
Chris Craik | 8d1f212 | 2015-11-24 16:40:09 -0800 | [diff] [blame] | 290 | LOCAL_CFLAGS := \ |
| 291 | $(hwui_cflags) \ |
| 292 | -DHWUI_NULL_GPU |
John Reck | 4a4bc89 | 2015-10-12 07:38:22 -0700 | [diff] [blame] | 293 | LOCAL_C_INCLUDES += bionic/benchmarks/ |
| 294 | |
Chris Craik | 5fbd9db | 2015-10-19 11:22:11 -0700 | [diff] [blame] | 295 | LOCAL_WHOLE_STATIC_LIBRARIES := libhwui_static_null_gpu |
John Reck | 4a4bc89 | 2015-10-12 07:38:22 -0700 | [diff] [blame] | 296 | LOCAL_STATIC_LIBRARIES := libbenchmark libbase |
| 297 | |
| 298 | LOCAL_SRC_FILES += \ |
Chris Craik | 8160f20 | 2015-12-02 14:50:25 -0800 | [diff] [blame] | 299 | $(hwui_test_common_src_files) \ |
| 300 | tests/microbench/DisplayListCanvasBench.cpp \ |
| 301 | tests/microbench/LinearAllocatorBench.cpp \ |
| 302 | tests/microbench/PathParserBench.cpp \ |
| 303 | tests/microbench/ShadowBench.cpp |
John Reck | 4a4bc89 | 2015-10-12 07:38:22 -0700 | [diff] [blame] | 304 | |
John Reck | 7db5ffb | 2016-01-15 13:17:09 -0800 | [diff] [blame] | 305 | ifeq (true, $(HWUI_NEW_OPS)) |
| 306 | LOCAL_SRC_FILES += \ |
| 307 | tests/microbench/FrameBuilderBench.cpp |
| 308 | endif |
Chris Craik | 0a24b14 | 2015-10-19 17:10:19 -0700 | [diff] [blame] | 309 | |
John Reck | 4a4bc89 | 2015-10-12 07:38:22 -0700 | [diff] [blame] | 310 | include $(BUILD_EXECUTABLE) |