xref: /aosp_15_r20/external/deqp/AndroidGen.bp (revision 35238bce31c2a825756842865a792f8cf7f89930)
1*35238bceSAndroid Build Coastguard Worker// WARNING: This is auto-generated file. Do not modify, since changes will
2*35238bceSAndroid Build Coastguard Worker// be lost! Modify scripts/gen_android_bp.py instead.
3*35238bceSAndroid Build Coastguard Worker
4*35238bceSAndroid Build Coastguard Workercc_defaults {
5*35238bceSAndroid Build Coastguard Worker    name: "libdeqp_gen",
6*35238bceSAndroid Build Coastguard Worker
7*35238bceSAndroid Build Coastguard Worker    srcs: [
8*35238bceSAndroid Build Coastguard Worker        "execserver/xsDefs.cpp",
9*35238bceSAndroid Build Coastguard Worker        "execserver/xsExecutionServer.cpp",
10*35238bceSAndroid Build Coastguard Worker        "execserver/xsPosixFileReader.cpp",
11*35238bceSAndroid Build Coastguard Worker        "execserver/xsPosixTestProcess.cpp",
12*35238bceSAndroid Build Coastguard Worker        "execserver/xsProtocol.cpp",
13*35238bceSAndroid Build Coastguard Worker        "execserver/xsTcpServer.cpp",
14*35238bceSAndroid Build Coastguard Worker        "execserver/xsTestDriver.cpp",
15*35238bceSAndroid Build Coastguard Worker        "execserver/xsTestProcess.cpp",
16*35238bceSAndroid Build Coastguard Worker        "executor/xeBatchExecutor.cpp",
17*35238bceSAndroid Build Coastguard Worker        "executor/xeBatchResult.cpp",
18*35238bceSAndroid Build Coastguard Worker        "executor/xeCallQueue.cpp",
19*35238bceSAndroid Build Coastguard Worker        "executor/xeCommLink.cpp",
20*35238bceSAndroid Build Coastguard Worker        "executor/xeContainerFormatParser.cpp",
21*35238bceSAndroid Build Coastguard Worker        "executor/xeLocalTcpIpLink.cpp",
22*35238bceSAndroid Build Coastguard Worker        "executor/xeTcpIpLink.cpp",
23*35238bceSAndroid Build Coastguard Worker        "executor/xeTestCase.cpp",
24*35238bceSAndroid Build Coastguard Worker        "executor/xeTestCaseListParser.cpp",
25*35238bceSAndroid Build Coastguard Worker        "executor/xeTestCaseResult.cpp",
26*35238bceSAndroid Build Coastguard Worker        "executor/xeTestLogParser.cpp",
27*35238bceSAndroid Build Coastguard Worker        "executor/xeTestLogWriter.cpp",
28*35238bceSAndroid Build Coastguard Worker        "executor/xeTestResultParser.cpp",
29*35238bceSAndroid Build Coastguard Worker        "executor/xeXMLWriter.cpp",
30*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkAllocationCallbackUtil.cpp",
31*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkApiVersion.cpp",
32*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkAppParamsUtil.cpp",
33*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkBarrierUtil.cpp",
34*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkBinaryRegistry.cpp",
35*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkBufferWithMemory.cpp",
36*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkBuilderUtil.cpp",
37*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkCmdUtil.cpp",
38*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkComputePipelineConstructionUtil.cpp",
39*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp",
40*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkDefs.cpp",
41*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkDeviceFeatures.cpp",
42*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkDeviceProperties.cpp",
43*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkDeviceUtil.cpp",
44*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkImageUtil.cpp",
45*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkImageWithMemory.cpp",
46*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkMd5Sum.cpp",
47*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkMemUtil.cpp",
48*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkNoRenderDocUtil.cpp",
49*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkNullDriver.cpp",
50*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkObjUtil.cpp",
51*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkPipelineConstructionUtil.cpp",
52*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkPlatform.cpp",
53*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkPrograms.cpp",
54*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkQueryUtil.cpp",
55*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkRayTracingUtil.cpp",
56*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkRef.cpp",
57*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkRefUtil.cpp",
58*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkResourceInterface.cpp",
59*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkSafetyCriticalUtil.cpp",
60*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkShaderObjectUtil.cpp",
61*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkShaderProgram.cpp",
62*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp",
63*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkSpirVAsm.cpp",
64*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkSpirVProgram.cpp",
65*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkStrUtil.cpp",
66*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkTypeUtil.cpp",
67*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkWsiPlatform.cpp",
68*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkWsiUtil.cpp",
69*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/vkYCbCrImageWithMemory.cpp",
70*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber/vktAmberDepthTests.cpp",
71*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber/vktAmberGlslTests.cpp",
72*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber/vktAmberGraphicsFuzzTests.cpp",
73*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber/vktAmberHelper.cpp",
74*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp",
75*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber/vktAmberTestCaseUtil.cpp",
76*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferAndImageAllocationUtil.cpp",
77*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferComputeInstance.cpp",
78*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferMarkerTests.cpp",
79*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferMemoryRequirementsTests.cpp",
80*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferTests.cpp",
81*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferViewAccessTests.cpp",
82*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiBufferViewCreateTests.cpp",
83*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiCommandBuffersTests.cpp",
84*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiComputeInstanceResultBuffer.cpp",
85*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp",
86*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp",
87*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiDescriptorSetTests.cpp",
88*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiDeviceDrmPropertiesTests.cpp",
89*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiDeviceInitializationTests.cpp",
90*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp",
91*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiExtensionDuplicatesTests.cpp",
92*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiExternalMemoryTests.cpp",
93*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp",
94*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiFillBufferTests.cpp",
95*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiFormatPropertiesExtendedKHRtests.cpp",
96*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiFrameBoundaryTests.cpp",
97*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiGetDeviceProcAddrTests.cpp",
98*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiGetMemoryCommitment.cpp",
99*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiGranularityTests.cpp",
100*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiImageClearingTests.cpp",
101*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiImageCompressionControlTests.cpp",
102*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiMaintenance3Check.cpp",
103*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiMaintenance6Check.cpp",
104*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiMemoryRequirementInvarianceTests.cpp",
105*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiNullHandleTests.cpp",
106*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp",
107*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiPhysicalDeviceFormatPropertiesMaint5Tests.cpp",
108*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiPipelineTests.cpp",
109*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiSmokeTests.cpp",
110*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiTests.cpp",
111*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiToolingInfoTests.cpp",
112*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api/vktApiVersionCheck.cpp",
113*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingBufferDeviceAddressTests.cpp",
114*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorBufferTests.cpp",
115*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorCopyTests.cpp",
116*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp",
117*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorUpdateASTests.cpp",
118*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorUpdateTests.cpp",
119*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingDynamicOffsetTests.cpp",
120*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingModelTests.cpp",
121*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingMutableTests.cpp",
122*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingShaderAccessTests.cpp",
123*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model/vktBindingStagesTests.cpp",
124*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/clipping/vktClippingTests.cpp",
125*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeBasicComputeShaderTests.cpp",
126*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeCooperativeMatrixTests.cpp",
127*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeIndirectComputeDispatchTests.cpp",
128*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeShaderBuiltinVarTests.cpp",
129*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeTests.cpp",
130*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeTestsUtil.cpp",
131*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeWorkgroupMemoryExplicitLayoutTests.cpp",
132*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute/vktComputeZeroInitializeWorkgroupMemoryTests.cpp",
133*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalClearAttachmentTests.cpp",
134*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDispatchTests.cpp",
135*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDrawAndClearTests.cpp",
136*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalDrawTests.cpp",
137*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalIgnoreTests.cpp",
138*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalRenderingTestUtil.cpp",
139*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalTests.cpp",
140*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering/vktConditionalTransformFeedbackTests.cpp",
141*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/descriptor_indexing/vktDescriptorIndexingTests.cpp",
142*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/descriptor_indexing/vktDescriptorSetsIndexingTests.cpp",
143*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/descriptor_indexing/vktDescriptorSetsIndexingTestsUtils.cpp",
144*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp",
145*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktBasicDrawTests.cpp",
146*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawAhbExternalFormatResolveTests.cpp",
147*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawAhbTests.cpp",
148*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawBaseClass.cpp",
149*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawBufferObjectUtil.cpp",
150*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawConcurrentTests.cpp",
151*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawCreateInfoUtil.cpp",
152*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawDepthBiasTests.cpp",
153*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawDepthClampTests.cpp",
154*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawDifferingInterpolationTests.cpp",
155*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawDiscardRectanglesTests.cpp",
156*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawExplicitVertexParameterTests.cpp",
157*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.cpp",
158*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawIndexedTest.cpp",
159*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawIndirectTest.cpp",
160*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawInstancedTests.cpp",
161*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawInvertedDepthRangesTests.cpp",
162*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawMultiExtTests.cpp",
163*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawMultipleClearsWithinRenderPass.cpp",
164*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawMultipleInterpolationTests.cpp",
165*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawMultisampleLinearInterpolationTests.cpp",
166*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawNegativeViewportHeightTests.cpp",
167*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawOutputLocationTests.cpp",
168*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawPointClampTests.cpp",
169*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawSampleAttributeTests.cpp",
170*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawScissorTests.cpp",
171*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawShaderDrawParametersTests.cpp",
172*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawShaderInvocationTests.cpp",
173*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawShaderLayerTests.cpp",
174*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawShaderViewportIndexTests.cpp",
175*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawSimpleTest.cpp",
176*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawTests.cpp",
177*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw/vktDrawVertexAttribDivisorTests.cpp",
178*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateBaseClass.cpp",
179*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateCBTests.cpp",
180*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateClearTests.cpp",
181*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateComputeTests.cpp",
182*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateDSTests.cpp",
183*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateDiscardTests.cpp",
184*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateGeneralTests.cpp",
185*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateInheritanceTests.cpp",
186*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateLineWidthTests.cpp",
187*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateRSTests.cpp",
188*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateTests.cpp",
189*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateVPTests.cpp",
190*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsEarlyFragmentTests.cpp",
191*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsOcclusionQueryTests.cpp",
192*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsScissorMultiViewportTests.cpp",
193*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsScissorTests.cpp",
194*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsTests.cpp",
195*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsTransientAttachmentTests.cpp",
196*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shader_interlock/vktFragmentShaderInterlockBasic.cpp",
197*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shader_interlock/vktFragmentShaderInterlockTests.cpp",
198*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_barycentric/vktFragmentShadingBarycentricTests.cpp",
199*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_rate/vktAttachmentRateTests.cpp",
200*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_rate/vktFragmentShadingRateBasic.cpp",
201*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_rate/vktFragmentShadingRateMiscTests.cpp",
202*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_rate/vktFragmentShadingRatePixelConsistency.cpp",
203*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_rate/vktFragmentShadingRateTests.cpp",
204*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryBasicClass.cpp",
205*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryBasicGeometryShaderTests.cpp",
206*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryEmitGeometryShaderTests.cpp",
207*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryInputGeometryShaderTests.cpp",
208*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryInstancedRenderingTests.cpp",
209*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryLayeredRenderingTests.cpp",
210*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryTests.cpp",
211*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryTestsUtil.cpp",
212*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry/vktGeometryVaryingGeometryShaderTests.cpp",
213*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageAstcDecodeModeTests.cpp",
214*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageAtomicOperationTests.cpp",
215*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageAtomicSpirvShaders.cpp",
216*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageCompressionTranscodingSupport.cpp",
217*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageDepthStencilDescriptorTests.cpp",
218*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageExtendedUsageBitTests.cpp",
219*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageHostImageCopyTests.cpp",
220*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp",
221*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageLoadStoreUtil.cpp",
222*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageMisalignedCubeTests.cpp",
223*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageMismatchedFormatsTests.cpp",
224*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageMismatchedWriteOpTests.cpp",
225*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageMultisampleLoadStoreTests.cpp",
226*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp",
227*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageQualifiersTests.cpp",
228*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageSampleCompressedTextureTests.cpp",
229*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageSampleDrawnCubeFaceTests.cpp",
230*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageSizeTests.cpp",
231*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageSubresourceLayoutTests.cpp",
232*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageTests.cpp",
233*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageTestsUtil.cpp",
234*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageTexture.cpp",
235*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageTranscodingSupportTests.cpp",
236*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image/vktImageTransfer.cpp",
237*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/imageless_framebuffer/vktImagelessFramebufferTests.cpp",
238*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryAddressBindingTests.cpp",
239*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryAllocationTests.cpp",
240*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryBindingTests.cpp",
241*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryDeviceMemoryReportTests.cpp",
242*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryExternalMemoryHostTests.cpp",
243*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryMappingTests.cpp",
244*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryPipelineBarrierTests.cpp",
245*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp",
246*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory/vktMemoryTests.cpp",
247*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory_model/vktMemoryModelMessagePassing.cpp",
248*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory_model/vktMemoryModelPadding.cpp",
249*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory_model/vktMemoryModelSharedLayout.cpp",
250*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory_model/vktMemoryModelSharedLayoutCase.cpp",
251*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.cpp",
252*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTestsEXT.cpp",
253*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.cpp",
254*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTestsEXT.cpp",
255*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderConditionalRenderingTestsEXT.cpp",
256*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderInOutTestsEXT.cpp",
257*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.cpp",
258*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTestsEXT.cpp",
259*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.cpp",
260*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTestsEXT.cpp",
261*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderProvokingVertexTestsEXT.cpp",
262*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderQueryTestsEXT.cpp",
263*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.cpp",
264*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTestsEXT.cpp",
265*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.cpp",
266*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTestsEXT.cpp",
267*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.cpp",
268*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderUtil.cpp",
269*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/modifiers/vktModifiersTests.cpp",
270*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderPassUtil.cpp",
271*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp",
272*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderUtil.cpp",
273*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/multiview/vktMultiViewTests.cpp",
274*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pch.cpp",
275*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineAttachmentFeedbackLoopLayoutTests.cpp",
276*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineBindPointTests.cpp",
277*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineBindVertexBuffers2Tests.cpp",
278*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendOperationAdvancedTests.cpp",
279*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineBlendTests.cpp",
280*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineCacheTests.cpp",
281*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineClearUtil.cpp",
282*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineColorWriteEnableTests.cpp",
283*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp",
284*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationFeedbackTests.cpp",
285*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDepthRangeUnrestrictedTests.cpp",
286*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDepthTests.cpp",
287*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDerivativeTests.cpp",
288*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDescriptorLimitsTests.cpp",
289*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDynamicControlPoints.cpp",
290*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDynamicOffsetTests.cpp",
291*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineDynamicVertexAttributeTests.cpp",
292*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineEarlyDestroyTests.cpp",
293*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineExecutablePropertiesTests.cpp",
294*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateMiscTests.cpp",
295*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp",
296*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineFramebufferAttachmentTests.cpp",
297*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineImage2DViewOf3DTests.cpp",
298*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSamplingInstance.cpp",
299*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineImageSlicedViewOf3DTests.cpp",
300*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineImageTests.cpp",
301*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineImageUtil.cpp",
302*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineImageViewTests.cpp",
303*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineInputAssemblyTests.cpp",
304*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineInputAttributeOffsetTests.cpp",
305*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineInterfaceMatchingTests.cpp",
306*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineLibraryTests.cpp",
307*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineLogicOpTests.cpp",
308*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMakeUtil.cpp",
309*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMatchedAttachmentsTests.cpp",
310*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMaxVaryingsTests.cpp",
311*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMiscTests.cpp",
312*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleBase.cpp",
313*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleBaseResolve.cpp",
314*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp",
315*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleImageTests.cpp",
316*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleInterpolationTests.cpp",
317*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleMixedAttachmentSamplesTests.cpp",
318*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleResolveRenderAreaTests.cpp",
319*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleSampleLocationsExtTests.cpp",
320*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleShaderBuiltInTests.cpp",
321*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleShaderFragmentMaskTests.cpp",
322*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp",
323*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTestsUtil.cpp",
324*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampledRenderToSingleSampledTests.cpp",
325*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineNoPositionTests.cpp",
326*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelinePushConstantTests.cpp",
327*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelinePushDescriptorTests.cpp",
328*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineReferenceRenderer.cpp",
329*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineRenderToImageTests.cpp",
330*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineRobustnessCacheTests.cpp",
331*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineSampleLocationsUtil.cpp",
332*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.cpp",
333*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp",
334*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineShaderModuleIdentifierTests.cpp",
335*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantTests.cpp",
336*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantUtil.cpp",
337*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineStencilExportTests.cpp",
338*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineStencilTests.cpp",
339*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineTests.cpp",
340*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineTimestampTests.cpp",
341*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexInputTests.cpp",
342*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline/vktPipelineVertexUtil.cpp",
343*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem/vktPostmortemDeviceFaultTests.cpp",
344*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem/vktPostmortemDeviceLossTests.cpp",
345*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem/vktPostmortemShaderTimeoutTests.cpp",
346*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem/vktPostmortemTests.cpp",
347*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem/vktPostmortemUseAfterFreeTests.cpp",
348*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem/vktPostmortemUtil.cpp",
349*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemAttachmentClearTests.cpp",
350*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemAttachmentLoadTests.cpp",
351*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemBlitImageTests.cpp",
352*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemBufferValidator.cpp",
353*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemClearColorImageTests.cpp",
354*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemContext.cpp",
355*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemCopyBufferToImageTests.cpp",
356*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemCopyImageTests.cpp",
357*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemCopyImageToBufferTests.cpp",
358*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemFillUpdateCopyBufferTests.cpp",
359*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemImageValidator.cpp",
360*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemShaderImageAccessTests.cpp",
361*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemStackTests.cpp",
362*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemStorageBufferTests.cpp",
363*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemTests.cpp",
364*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemUtils.cpp",
365*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemWorkgroupStorageTests.cpp",
366*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemWsiSwapchainTests.cpp",
367*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory/vktProtectedMemYCbCrConversionTests.cpp",
368*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool/vktQueryPoolConcurrentTests.cpp",
369*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool/vktQueryPoolFragInvocationTests.cpp",
370*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool/vktQueryPoolOcclusionTests.cpp",
371*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool/vktQueryPoolPerformanceTests.cpp",
372*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool/vktQueryPoolStatisticsTests.cpp",
373*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool/vktQueryPoolTests.cpp",
374*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization/vktRasterizationDepthBiasControlTests.cpp",
375*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization/vktRasterizationFragShaderSideEffectsTests.cpp",
376*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization/vktRasterizationOrderAttachmentAccessTests.cpp",
377*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization/vktRasterizationProvokingVertexTests.cpp",
378*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization/vktRasterizationTests.cpp",
379*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization/vktShaderTileImageTests.cpp",
380*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp",
381*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryBarycentricCoordinatesTests.cpp",
382*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp",
383*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryCullRayFlagsTests.cpp",
384*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryDirectionTests.cpp",
385*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryMiscTests.cpp",
386*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryMultipleRayQueries.cpp",
387*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryNonUniformArgsTests.cpp",
388*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryOpacityMicromapTests.cpp",
389*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryPositionFetchTests.cpp",
390*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryProceduralGeometryTests.cpp",
391*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryStressTests.cpp",
392*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryTests.cpp",
393*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryTraversalControlTests.cpp",
394*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query/vktRayQueryWatertightnessTests.cpp",
395*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp",
396*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBarrierTests.cpp",
397*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBarycentricCoordinatesTests.cpp",
398*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBuildIndirectTests.cpp",
399*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBuildLargeTests.cpp",
400*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBuildTests.cpp",
401*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBuiltinTests.cpp",
402*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingCallableShadersTests.cpp",
403*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingCaptureReplayTests.cpp",
404*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingComplexControlFlowTests.cpp",
405*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingDataSpillTests.cpp",
406*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingDirectionTests.cpp",
407*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMemGuaranteeTests.cpp",
408*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp",
409*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingNonUniformArgsTests.cpp",
410*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingNullASTests.cpp",
411*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingOpacityMicromapTests.cpp",
412*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingPipelineFlagsTests.cpp",
413*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingPipelineLibraryTests.cpp",
414*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingPositionFetchTests.cpp",
415*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingProceduralGeometryTests.cpp",
416*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingShaderBindingTableTests.cpp",
417*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingTests.cpp",
418*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingTraceRaysTests.cpp",
419*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingTraversalControlTests.cpp",
420*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingWatertightnessTests.cpp",
421*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/reconvergence/vktReconvergenceTests.cpp",
422*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingDepthStencilResolveTests.cpp",
423*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingLocalReadTests.cpp",
424*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingRandomTests.cpp",
425*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingTests.cpp",
426*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktDynamicRenderingUnusedAttachmentsTests.cpp",
427*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassDepthStencilResolveTests.cpp",
428*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassDepthStencilWriteConditionsTests.cpp",
429*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassDitheringTests.cpp",
430*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassFragmentDensityMapTests.cpp",
431*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassLoadStoreOpNoneTests.cpp",
432*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp",
433*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleResolveTests.cpp",
434*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleTests.cpp",
435*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassSampleReadTests.cpp",
436*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassSparseRenderTargetTests.cpp",
437*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassDependencyTests.cpp",
438*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassMergeFeedbackTests.cpp",
439*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp",
440*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassTestsUtil.cpp",
441*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedAttachmentSparseFillingTests.cpp",
442*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedAttachmentTests.cpp",
443*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedClearAttachmentTests.cpp",
444*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktNonRobustBufferAccessTests.cpp",
445*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustBufferAccessWithVariablePointersTests.cpp",
446*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustness1VertexAccessTests.cpp",
447*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTests.cpp",
448*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp",
449*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustnessIndexAccessTests.cpp",
450*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustnessTests.cpp",
451*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustnessUtil.cpp",
452*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness/vktRobustnessVertexAccessTests.cpp",
453*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectApiTests.cpp",
454*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectBinaryTests.cpp",
455*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectBindingTests.cpp",
456*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectCreateTests.cpp",
457*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectCreateUtil.cpp",
458*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectLinkTests.cpp",
459*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectMiscTests.cpp",
460*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectPerformanceTests.cpp",
461*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectPipelineInteractionTests.cpp",
462*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectRenderingTests.cpp",
463*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object/vktShaderObjectTests.cpp",
464*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktAtomicOperationTests.cpp",
465*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktOpaqueTypeIndexingTests.cpp",
466*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp",
467*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinTests.cpp",
468*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderClockTests.cpp",
469*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderCommonFunctionTests.cpp",
470*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderExecutor.cpp",
471*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderExpectAssumeTests.cpp",
472*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderFConvertTests.cpp",
473*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderIntegerFunctionTests.cpp",
474*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor/vktShaderPackingFunctionTests.cpp",
475*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRender.cpp",
476*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderBuiltinVarTests.cpp",
477*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderDerivateTests.cpp",
478*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderDiscardTests.cpp",
479*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderIndexingTests.cpp",
480*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderInvarianceTests.cpp",
481*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderLimitTests.cpp",
482*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderLoopTests.cpp",
483*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderMatrixTests.cpp",
484*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderOperatorTests.cpp",
485*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderReturnTests.cpp",
486*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderStructTests.cpp",
487*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderSwitchTests.cpp",
488*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureFunctionTests.cpp",
489*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureGatherTests.cpp",
490*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBase.cpp",
491*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferMemoryAliasing.cpp",
492*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseBinding.cpp",
493*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferSparseResidency.cpp",
494*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesBufferTests.cpp",
495*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageAlignedMipSize.cpp",
496*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageBlockShapes.cpp",
497*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageMemoryAliasing.cpp",
498*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseBinding.cpp",
499*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesImageSparseResidency.cpp",
500*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesMipmapSparseResidency.cpp",
501*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesQueueBindSparseTests.cpp",
502*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsics.cpp",
503*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsBase.cpp",
504*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsSampled.cpp",
505*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsStorage.cpp",
506*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTests.cpp",
507*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTestsUtil.cpp",
508*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesTransferQueueTests.cpp",
509*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm16bitStorageTests.cpp",
510*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm64bitCompareTests.cpp",
511*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm8bitStorageTests.cpp",
512*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmCompositeInsertTests.cpp",
513*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderCase.cpp",
514*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.cpp",
515*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmConditionalBranchTests.cpp",
516*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmCrossStageInterfaceTests.cpp",
517*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmEmptyStructTests.cpp",
518*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmFloatControls2Tests.cpp",
519*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmFloatControlsExtensionlessTests.cpp",
520*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmFloatControlsTests.cpp",
521*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmFromHlslTests.cpp",
522*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmGraphicsShaderTestUtil.cpp",
523*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmImageSamplerTests.cpp",
524*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmIndexingTests.cpp",
525*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmInstructionTests.cpp",
526*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmIntegerDotProductTests.cpp",
527*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmLoopDepInfTests.cpp",
528*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmLoopDepLenTests.cpp",
529*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmMultipleShadersTests.cpp",
530*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmNonSemanticInfoTests.cpp",
531*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmPhysicalStorageBufferPointerTests.cpp",
532*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmPointerParameterTests.cpp",
533*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmPtrAccessChainTests.cpp",
534*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmSignedIntCompareTests.cpp",
535*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmSignedOpTests.cpp",
536*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmSpirvVersion1p4Tests.cpp",
537*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmSpirvVersionTests.cpp",
538*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTerminateInvocationTests.cpp",
539*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTests.cpp",
540*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTrinaryMinMaxTests.cpp",
541*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmTypeTests.cpp",
542*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmUboMatrixPaddingTests.cpp",
543*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmUtils.cpp",
544*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVariableInitTests.cpp",
545*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVariablePointersTests.cpp",
546*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVaryingNameTests.cpp",
547*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmVectorShuffleTests.cpp",
548*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmWorkgroupMemoryTests.cpp",
549*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ssbo/vktSSBOCornerCase.cpp",
550*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp",
551*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutTests.cpp",
552*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupUniformControlFlowTests.cpp",
553*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsArithmeticTests.cpp",
554*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotBroadcastTests.cpp",
555*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotMasksTests.cpp",
556*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotOtherTests.cpp",
557*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotTests.cpp",
558*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBasicTests.cpp",
559*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBuiltinMaskVarTests.cpp",
560*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBuiltinVarTests.cpp",
561*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsClusteredTests.cpp",
562*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp",
563*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsPartitionedTests.cpp",
564*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsQuadControlTests.cpp",
565*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsQuadTests.cpp",
566*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsScanHelpers.cpp",
567*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsShapeTests.cpp",
568*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsShuffleTests.cpp",
569*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsSizeControlTests.cpp",
570*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTests.cpp",
571*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp",
572*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups/vktSubgroupsVoteTests.cpp",
573*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktGlobalPriorityQueueTests.cpp",
574*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktGlobalPriorityQueueUtils.cpp",
575*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationBasicEventTests.cpp",
576*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationBasicFenceTests.cpp",
577*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationBasicSemaphoreTests.cpp",
578*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationCrossInstanceSharingTests.cpp",
579*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationImageLayoutTransitionTests.cpp",
580*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationInternallySynchronizedObjectsTests.cpp",
581*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationNoneStageTests.cpp",
582*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperation.cpp",
583*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationMultiQueueTests.cpp",
584*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationOperationSingleQueueTests.cpp",
585*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationSignalOrderTests.cpp",
586*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationSmokeTests.cpp",
587*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationTests.cpp",
588*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationTimelineSemaphoreTests.cpp",
589*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationUtil.cpp",
590*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization/vktSynchronizationWin32KeyedMutexTests.cpp",
591*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationCommonEdgeTests.cpp",
592*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationCoordinatesTests.cpp",
593*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationFractionalSpacingTests.cpp",
594*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp",
595*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryPassthroughTests.cpp",
596*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryPointSizeTests.cpp",
597*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationInvarianceTests.cpp",
598*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationLimitsTests.cpp",
599*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationMiscDrawTests.cpp",
600*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationPrimitiveDiscardTests.cpp",
601*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationShaderInputOutputTests.cpp",
602*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationTests.cpp",
603*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationUserDefinedIO.cpp",
604*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationUtil.cpp",
605*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation/vktTessellationWindingTests.cpp",
606*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktSampleVerifier.cpp",
607*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktSampleVerifierUtil.cpp",
608*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureCompressedFormatTests.cpp",
609*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureConversionTests.cpp",
610*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureFilteringAnisotropyTests.cpp",
611*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureFilteringExplicitLodTests.cpp",
612*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureFilteringTests.cpp",
613*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureMipmapTests.cpp",
614*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureMultisampleTests.cpp",
615*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureShadowTests.cpp",
616*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureSubgroupLodTests.cpp",
617*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureSwizzleTests.cpp",
618*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureTestUtil.cpp",
619*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureTests.cpp",
620*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureTexelBufferTests.cpp",
621*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture/vktTextureTexelOffsetTests.cpp",
622*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback/vktPrimitivesGeneratedQueryTests.cpp",
623*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback/vktTransformFeedbackFuzzLayoutCase.cpp",
624*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback/vktTransformFeedbackFuzzLayoutTests.cpp",
625*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback/vktTransformFeedbackRandomLayoutCase.cpp",
626*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback/vktTransformFeedbackSimpleTests.cpp",
627*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback/vktTransformFeedbackTests.cpp",
628*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ubo/vktRandomUniformBlockCase.cpp",
629*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp",
630*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ubo/vktUniformBlockTests.cpp",
631*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/util/vktDrawUtil.cpp",
632*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/util/vktExternalMemoryAndroidHardwareBufferUtil.cpp",
633*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/util/vktExternalMemoryUtil.cpp",
634*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/util/vktTypeComparisonUtil.cpp",
635*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktCustomInstancesDevices.cpp",
636*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktInfoTests.cpp",
637*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktShaderLibrary.cpp",
638*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktTestCase.cpp",
639*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktTestCaseUtil.cpp",
640*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktTestGroupUtil.cpp",
641*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktTestPackage.cpp",
642*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/vktTestPackageEntry.cpp",
643*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktNativeObjectsUtil.cpp",
644*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiAcquireDrmDisplayTests.cpp",
645*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiColorSpaceTests.cpp",
646*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiDisplayControlTests.cpp",
647*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTests.cpp",
648*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiDisplayTimingTests.cpp",
649*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiFullScreenExclusiveTests.cpp",
650*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiIncrementalPresentTests.cpp",
651*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiMaintenance1Tests.cpp",
652*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiPresentIdWaitTests.cpp",
653*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiSharedPresentableImageTests.cpp",
654*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiSurfaceTests.cpp",
655*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp",
656*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi/vktWsiTests.cpp",
657*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrConversionTests.cpp",
658*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrCopyTests.cpp",
659*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrFilteringTests.cpp",
660*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrFormatTests.cpp",
661*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrImageOffsetTests.cpp",
662*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrImageQueryTests.cpp",
663*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrStorageImageWriteTests.cpp",
664*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrTests.cpp",
665*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrUtil.cpp",
666*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr/vktYCbCrViewTests.cpp",
667*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuApp.cpp",
668*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuArray.cpp",
669*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuAstcUtil.cpp",
670*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuBilinearImageCompare.cpp",
671*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuCPUWarmup.cpp",
672*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuCommandLine.cpp",
673*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuCompressedTexture.cpp",
674*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuDefs.cpp",
675*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuEither.cpp",
676*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuFactoryRegistry.cpp",
677*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuFloat.cpp",
678*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuFloatFormat.cpp",
679*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuFunctionLibrary.cpp",
680*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuFuzzyImageCompare.cpp",
681*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuImageCompare.cpp",
682*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuImageIO.cpp",
683*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuInterval.cpp",
684*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuLibDrm.cpp",
685*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuMatrix.cpp",
686*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuMaybe.cpp",
687*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuPlatform.cpp",
688*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuRGBA.cpp",
689*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuRandomValueIterator.cpp",
690*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuRasterizationVerifier.cpp",
691*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuRenderTarget.cpp",
692*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuResource.cpp",
693*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuResultCollector.cpp",
694*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuSeedBuilder.cpp",
695*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuStringTemplate.cpp",
696*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuSurface.cpp",
697*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuSurfaceAccess.cpp",
698*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestCase.cpp",
699*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestContext.cpp",
700*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestHierarchyIterator.cpp",
701*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestHierarchyUtil.cpp",
702*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestLog.cpp",
703*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestPackage.cpp",
704*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTestSessionExecutor.cpp",
705*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTexCompareVerifier.cpp",
706*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTexLookupVerifier.cpp",
707*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTexVerifierUtil.cpp",
708*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTexture.cpp",
709*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuTextureUtil.cpp",
710*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuThreadUtil.cpp",
711*35238bceSAndroid Build Coastguard Worker        "framework/common/tcuWaiverUtil.cpp",
712*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deDefs.c",
713*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deFloat16.c",
714*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deFloat16Test.c",
715*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deInt32.c",
716*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deInt32Test.c",
717*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deMath.c",
718*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deMathTest.c",
719*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deMemory.c",
720*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deRandom.c",
721*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deSha1.c",
722*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase/deString.c",
723*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deAppendList.cpp",
724*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deArrayBuffer.cpp",
725*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deArrayUtil.cpp",
726*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deBlockBuffer.cpp",
727*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deCommandLine.cpp",
728*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deDefs.cpp",
729*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deDirectoryIterator.cpp",
730*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deDynamicLibrary.cpp",
731*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deFilePath.cpp",
732*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deMemPool.cpp",
733*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deMeta.cpp",
734*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deMutex.cpp",
735*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/dePoolArray.cpp",
736*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/dePoolString.cpp",
737*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deProcess.cpp",
738*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deRandom.cpp",
739*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deRingBuffer.cpp",
740*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deSTLUtil.cpp",
741*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deSemaphore.cpp",
742*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deSha1.cpp",
743*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deSharedPtr.cpp",
744*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deSocket.cpp",
745*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deSpinBarrier.cpp",
746*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deStringUtil.cpp",
747*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deThread.cpp",
748*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deThreadLocal.cpp",
749*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deThreadSafeRingBuffer.cpp",
750*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/deUniquePtr.cpp",
751*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp/pch.cpp",
752*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deimage/deImage.c",
753*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deimage/deTarga.c",
754*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/deMemPool.c",
755*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolArray.c",
756*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolHash.c",
757*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolHashArray.c",
758*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolHashSet.c",
759*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolHeap.c",
760*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolMultiSet.c",
761*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolSet.c",
762*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolStringBuilder.c",
763*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool/dePoolTest.c",
764*35238bceSAndroid Build Coastguard Worker        "framework/delibs/destream/deFileStream.c",
765*35238bceSAndroid Build Coastguard Worker        "framework/delibs/destream/deRingbuffer.c",
766*35238bceSAndroid Build Coastguard Worker        "framework/delibs/destream/deStreamCpyThread.c",
767*35238bceSAndroid Build Coastguard Worker        "framework/delibs/destream/deThreadStream.c",
768*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/deAtomic.c",
769*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/deSingleton.c",
770*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/deThreadTest.c",
771*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/unix/deMutexUnix.c",
772*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/unix/deSemaphoreMach.c",
773*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/unix/deSemaphoreUnix.c",
774*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/unix/deThreadLocalUnix.c",
775*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/unix/deThreadUnix.c",
776*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/win32/deMutexWin32.c",
777*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/win32/deSemaphoreWin32.c",
778*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/win32/deThreadLocalWin32.c",
779*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/win32/deThreadWin32.c",
780*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deClock.c",
781*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deCommandLine.c",
782*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deDynamicLibrary.c",
783*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deFile.c",
784*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deProcess.c",
785*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deSocket.c",
786*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deTimer.c",
787*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil/deTimerTest.c",
788*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluCallLogWrapper.cpp",
789*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluConfigFilter.cpp",
790*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluConfigInfo.cpp",
791*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluDefs.cpp",
792*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluGLContextFactory.cpp",
793*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluGLFunctionLoader.cpp",
794*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluGLUtil.cpp",
795*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluNativeDisplay.cpp",
796*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluNativePixmap.cpp",
797*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluNativeWindow.cpp",
798*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluPlatform.cpp",
799*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluStaticESLibrary.cpp",
800*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluStrUtil.cpp",
801*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluUnique.cpp",
802*35238bceSAndroid Build Coastguard Worker        "framework/egl/egluUtil.cpp",
803*35238bceSAndroid Build Coastguard Worker        "framework/egl/wrapper/eglwDefs.cpp",
804*35238bceSAndroid Build Coastguard Worker        "framework/egl/wrapper/eglwFunctions.cpp",
805*35238bceSAndroid Build Coastguard Worker        "framework/egl/wrapper/eglwLibrary.cpp",
806*35238bceSAndroid Build Coastguard Worker        "framework/egl/wrapper/eglwWrapper.cpp",
807*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluCallLogWrapper.cpp",
808*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluContextFactory.cpp",
809*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluContextInfo.cpp",
810*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluDefs.cpp",
811*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluDrawUtil.cpp",
812*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluDummyRenderContext.cpp",
813*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluFboRenderContext.cpp",
814*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluObjectWrapper.cpp",
815*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluPixelTransfer.cpp",
816*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluPlatform.cpp",
817*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluProgramInterfaceQuery.cpp",
818*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluRenderConfig.cpp",
819*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluRenderContext.cpp",
820*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluShaderLibrary.cpp",
821*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluShaderProgram.cpp",
822*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluShaderUtil.cpp",
823*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluStateReset.cpp",
824*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluStrUtil.cpp",
825*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluTexture.cpp",
826*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluTextureTestUtil.cpp",
827*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluTextureUtil.cpp",
828*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluVarType.cpp",
829*35238bceSAndroid Build Coastguard Worker        "framework/opengl/gluVarTypeUtil.cpp",
830*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrContext.cpp",
831*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrContextUtil.cpp",
832*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrContextWrapper.cpp",
833*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrGLContext.cpp",
834*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrReferenceContext.cpp",
835*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrReferenceUtils.cpp",
836*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference/sglrShaderProgram.cpp",
837*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwDefs.cpp",
838*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwFunctions.cpp",
839*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwInitES20Direct.cpp",
840*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwInitES30Direct.cpp",
841*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwInitES31Direct.cpp",
842*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwInitES32Direct.cpp",
843*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwInitFunctions.cpp",
844*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper/glwWrapper.cpp",
845*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidAssets.cpp",
846*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidExecService.cpp",
847*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidJNI.cpp",
848*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidMain.cpp",
849*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidNativeActivity.cpp",
850*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidPlatform.cpp",
851*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidPlatformCapabilityQueryJNI.cpp",
852*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidRenderActivity.cpp",
853*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidTestActivity.cpp",
854*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidUtil.cpp",
855*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuAndroidWindow.cpp",
856*35238bceSAndroid Build Coastguard Worker        "framework/platform/android/tcuTestLogParserJNI.cpp",
857*35238bceSAndroid Build Coastguard Worker        "framework/qphelper/qpCrashHandler.c",
858*35238bceSAndroid Build Coastguard Worker        "framework/qphelper/qpDebugOut.c",
859*35238bceSAndroid Build Coastguard Worker        "framework/qphelper/qpInfo.c",
860*35238bceSAndroid Build Coastguard Worker        "framework/qphelper/qpTestLog.c",
861*35238bceSAndroid Build Coastguard Worker        "framework/qphelper/qpWatchDog.c",
862*35238bceSAndroid Build Coastguard Worker        "framework/qphelper/qpXmlWriter.c",
863*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgBinaryOps.cpp",
864*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgBuiltinFunctions.cpp",
865*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgDefs.cpp",
866*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgExecutionContext.cpp",
867*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgExpression.cpp",
868*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgExpressionGenerator.cpp",
869*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgFunctionGenerator.cpp",
870*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgGeneratorState.cpp",
871*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgNameAllocator.cpp",
872*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgParameters.cpp",
873*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgPrettyPrinter.cpp",
874*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgProgramExecutor.cpp",
875*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgProgramGenerator.cpp",
876*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgSamplers.cpp",
877*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgShader.cpp",
878*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgShaderGenerator.cpp",
879*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgStatement.cpp",
880*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgToken.cpp",
881*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgUtils.cpp",
882*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgVariable.cpp",
883*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgVariableManager.cpp",
884*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgVariableType.cpp",
885*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders/rsgVariableValue.cpp",
886*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrDefs.cpp",
887*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrFragmentOperations.cpp",
888*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrMultisamplePixelBufferAccess.cpp",
889*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrPrimitivePacket.cpp",
890*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrRasterizer.cpp",
891*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrRenderer.cpp",
892*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrShaders.cpp",
893*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrShadingContext.cpp",
894*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrVertexAttrib.cpp",
895*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer/rrVertexPacket.cpp",
896*35238bceSAndroid Build Coastguard Worker        "framework/xexml/xeDefs.cpp",
897*35238bceSAndroid Build Coastguard Worker        "framework/xexml/xeXMLParser.cpp",
898*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglAndroidUtil.cpp",
899*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglApiCase.cpp",
900*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglBufferAgeTests.cpp",
901*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglChooseConfigReference.cpp",
902*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglChooseConfigTests.cpp",
903*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglClientExtensionTests.cpp",
904*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglColorClearCase.cpp",
905*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglColorClearTests.cpp",
906*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglConfigList.cpp",
907*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglCreateContextExtTests.cpp",
908*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglCreateContextTests.cpp",
909*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglCreateSurfaceTests.cpp",
910*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGLES1RenderUtil.cpp",
911*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGLES2RenderUtil.cpp",
912*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGLES2SharedRenderingPerfTests.cpp",
913*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGLES2SharingTests.cpp",
914*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGLES2SharingThreadedTests.cpp",
915*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGetFrameTimestampsTests.cpp",
916*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglGetProcAddressTests.cpp",
917*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglImageFormatTests.cpp",
918*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglImageTests.cpp",
919*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglImageUtil.cpp",
920*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglInfoTests.cpp",
921*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglMakeCurrentPerfTests.cpp",
922*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglMemoryStressTests.cpp",
923*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglMultiContextTests.cpp",
924*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglMultiThreadTests.cpp",
925*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglMutableRenderBufferTests.cpp",
926*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglNativeColorMappingTests.cpp",
927*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglNativeCoordMappingTests.cpp",
928*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglNegativeApiTests.cpp",
929*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglNegativePartialUpdateTests.cpp",
930*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglPartialUpdateTests.cpp",
931*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglPreservingSwapTests.cpp",
932*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglQueryConfigTests.cpp",
933*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglQueryContextTests.cpp",
934*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglQuerySurfaceTests.cpp",
935*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglRenderCase.cpp",
936*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglRenderTests.cpp",
937*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglResizeTests.cpp",
938*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglRobustnessTests.cpp",
939*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglSimpleConfigCase.cpp",
940*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglSurfacelessContextTests.cpp",
941*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglSwapBuffersTests.cpp",
942*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglSwapBuffersWithDamageTests.cpp",
943*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglSyncTests.cpp",
944*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglTestCase.cpp",
945*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglTestPackage.cpp",
946*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglTestPackageEntry.cpp",
947*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglThreadCleanUpTests.cpp",
948*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglVGRenderUtil.cpp",
949*35238bceSAndroid Build Coastguard Worker        "modules/egl/teglWideColorTests.cpp",
950*35238bceSAndroid Build Coastguard Worker        "modules/gles2/accuracy/es2aAccuracyTests.cpp",
951*35238bceSAndroid Build Coastguard Worker        "modules/gles2/accuracy/es2aTextureFilteringTests.cpp",
952*35238bceSAndroid Build Coastguard Worker        "modules/gles2/accuracy/es2aTextureMipmapTests.cpp",
953*35238bceSAndroid Build Coastguard Worker        "modules/gles2/accuracy/es2aVaryingInterpolationTests.cpp",
954*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fApiCase.cpp",
955*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fAttribLocationTests.cpp",
956*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fBlendTests.cpp",
957*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fBooleanStateQueryTests.cpp",
958*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fBufferObjectQueryTests.cpp",
959*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fBufferTestUtil.cpp",
960*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fBufferWriteTests.cpp",
961*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fClipControlTests.cpp",
962*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fClippingTests.cpp",
963*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fColorClearTest.cpp",
964*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDebugMarkerTests.cpp",
965*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp",
966*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDepthRangeTests.cpp",
967*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDepthStencilClearTests.cpp",
968*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDepthStencilTests.cpp",
969*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDepthTests.cpp",
970*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDitheringTests.cpp",
971*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fDrawTests.cpp",
972*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFboApiTest.cpp",
973*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFboCompletenessTests.cpp",
974*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFboRenderTest.cpp",
975*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFboStateQueryTests.cpp",
976*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFloatStateQueryTests.cpp",
977*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFlushFinishTests.cpp",
978*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFragOpInteractionTests.cpp",
979*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fFunctionalTests.cpp",
980*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fImplementationLimitTests.cpp",
981*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fIntegerStateQueryTests.cpp",
982*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fLifetimeTests.cpp",
983*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fLightAmountTest.cpp",
984*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fMultisampleTests.cpp",
985*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fMultisampledRenderToTextureTests.cpp",
986*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fNegativeBufferApiTests.cpp",
987*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fNegativeFragmentApiTests.cpp",
988*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fNegativeShaderApiTests.cpp",
989*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fNegativeStateApiTests.cpp",
990*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fNegativeTextureApiTests.cpp",
991*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fNegativeVertexArrayApiTests.cpp",
992*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fPolygonOffsetTests.cpp",
993*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fPrerequisiteTests.cpp",
994*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fRandomFragmentOpTests.cpp",
995*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fRandomShaderTests.cpp",
996*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fRasterizationTests.cpp",
997*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fRboStateQueryTests.cpp",
998*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fReadPixelsTests.cpp",
999*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fScissorTests.cpp",
1000*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderAlgorithmTests.cpp",
1001*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderApiTests.cpp",
1002*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderBuiltinVarTests.cpp",
1003*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderConstExprTests.cpp",
1004*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderDiscardTests.cpp",
1005*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderExecuteTest.cpp",
1006*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderFragDataTests.cpp",
1007*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderFunctionTests.cpp",
1008*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderIndexingTests.cpp",
1009*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderInvarianceTests.cpp",
1010*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderLoopTests.cpp",
1011*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderMatrixTests.cpp",
1012*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderOperatorTests.cpp",
1013*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderReturnTests.cpp",
1014*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderStateQueryTests.cpp",
1015*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderStructTests.cpp",
1016*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fShaderTextureFunctionTests.cpp",
1017*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fStencilTests.cpp",
1018*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fStringQueryTests.cpp",
1019*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureCompletenessTests.cpp",
1020*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureFilteringTests.cpp",
1021*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureFormatTests.cpp",
1022*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureMipmapTests.cpp",
1023*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureSizeTests.cpp",
1024*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureSpecificationTests.cpp",
1025*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureStateQueryTests.cpp",
1026*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureUnitTests.cpp",
1027*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fTextureWrapTests.cpp",
1028*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fUniformApiTests.cpp",
1029*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fVertexArrayTest.cpp",
1030*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional/es2fVertexTextureTests.cpp",
1031*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pBlendTests.cpp",
1032*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pDrawCallBatchingTests.cpp",
1033*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pPerformanceTests.cpp",
1034*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pRedundantStateChangeTests.cpp",
1035*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pShaderCompilationCases.cpp",
1036*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pShaderCompilerTests.cpp",
1037*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pShaderControlStatementTests.cpp",
1038*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pShaderOperatorTests.cpp",
1039*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pShaderOptimizationTests.cpp",
1040*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pStateChangeCallTests.cpp",
1041*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pStateChangeTests.cpp",
1042*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pTextureCases.cpp",
1043*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pTextureCountTests.cpp",
1044*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pTextureFilteringTests.cpp",
1045*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pTextureFormatTests.cpp",
1046*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance/es2pTextureUploadTests.cpp",
1047*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress/es2sDrawTests.cpp",
1048*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress/es2sLongRunningTests.cpp",
1049*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress/es2sMemoryTests.cpp",
1050*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress/es2sSpecialFloatTests.cpp",
1051*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress/es2sStressTests.cpp",
1052*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress/es2sVertexArrayTests.cpp",
1053*35238bceSAndroid Build Coastguard Worker        "modules/gles2/tes2CapabilityTests.cpp",
1054*35238bceSAndroid Build Coastguard Worker        "modules/gles2/tes2Context.cpp",
1055*35238bceSAndroid Build Coastguard Worker        "modules/gles2/tes2InfoTests.cpp",
1056*35238bceSAndroid Build Coastguard Worker        "modules/gles2/tes2TestCase.cpp",
1057*35238bceSAndroid Build Coastguard Worker        "modules/gles2/tes2TestPackage.cpp",
1058*35238bceSAndroid Build Coastguard Worker        "modules/gles2/tes2TestPackageEntry.cpp",
1059*35238bceSAndroid Build Coastguard Worker        "modules/gles3/accuracy/es3aAccuracyTests.cpp",
1060*35238bceSAndroid Build Coastguard Worker        "modules/gles3/accuracy/es3aTextureFilteringTests.cpp",
1061*35238bceSAndroid Build Coastguard Worker        "modules/gles3/accuracy/es3aTextureMipmapTests.cpp",
1062*35238bceSAndroid Build Coastguard Worker        "modules/gles3/accuracy/es3aVaryingInterpolationTests.cpp",
1063*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fASTCDecompressionCases.cpp",
1064*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fApiCase.cpp",
1065*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fAttribLocationTests.cpp",
1066*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBlendTests.cpp",
1067*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBooleanStateQueryTests.cpp",
1068*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBufferCopyTests.cpp",
1069*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBufferMapTests.cpp",
1070*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBufferObjectQueryTests.cpp",
1071*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBufferWriteTests.cpp",
1072*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fBuiltinPrecisionTests.cpp",
1073*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fClippingTests.cpp",
1074*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fColorClearTest.cpp",
1075*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fCompressedTextureTests.cpp",
1076*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp",
1077*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp",
1078*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDepthStencilClearTests.cpp",
1079*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDepthStencilTests.cpp",
1080*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDepthTests.cpp",
1081*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDitheringTests.cpp",
1082*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDrawBuffersIndexedTests.cpp",
1083*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fDrawTests.cpp",
1084*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboApiTests.cpp",
1085*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboColorbufferTests.cpp",
1086*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboCompletenessTests.cpp",
1087*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboDepthbufferTests.cpp",
1088*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboInvalidateTests.cpp",
1089*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboMultisampleTests.cpp",
1090*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboRenderTest.cpp",
1091*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboStateQueryTests.cpp",
1092*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboStencilbufferTests.cpp",
1093*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboTestCase.cpp",
1094*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFboTestUtil.cpp",
1095*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFloatStateQueryTests.cpp",
1096*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFlushFinishTests.cpp",
1097*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFragDepthTests.cpp",
1098*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFragOpInteractionTests.cpp",
1099*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFragmentOutputTests.cpp",
1100*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFramebufferBlitTests.cpp",
1101*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fFunctionalTests.cpp",
1102*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fImplementationLimitTests.cpp",
1103*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fIndexedStateQueryTests.cpp",
1104*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fInstancedRenderingTests.cpp",
1105*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fInteger64StateQueryTests.cpp",
1106*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fIntegerStateQueryTests.cpp",
1107*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fInternalFormatQueryTests.cpp",
1108*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fLifetimeTests.cpp",
1109*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fMultisampleTests.cpp",
1110*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fMultiviewTests.cpp",
1111*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fNegativeBufferApiTests.cpp",
1112*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fNegativeFragmentApiTests.cpp",
1113*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fNegativeShaderApiTests.cpp",
1114*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fNegativeStateApiTests.cpp",
1115*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fNegativeTextureApiTests.cpp",
1116*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fNegativeVertexArrayApiTests.cpp",
1117*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fOcclusionQueryTests.cpp",
1118*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fPixelBufferObjectTests.cpp",
1119*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fPolygonOffsetTests.cpp",
1120*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fPrerequisiteTests.cpp",
1121*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fPrimitiveRestartTests.cpp",
1122*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fRandomFragmentOpTests.cpp",
1123*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fRandomShaderTests.cpp",
1124*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fRasterizationTests.cpp",
1125*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fRasterizerDiscardTests.cpp",
1126*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fRboStateQueryTests.cpp",
1127*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fReadPixelsTests.cpp",
1128*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fSamplerObjectTests.cpp",
1129*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fSamplerStateQueryTests.cpp",
1130*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fScissorTests.cpp",
1131*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderApiTests.cpp",
1132*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderBuiltinVarTests.cpp",
1133*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderCommonFunctionTests.cpp",
1134*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderConstExprTests.cpp",
1135*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderDerivateTests.cpp",
1136*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderDiscardTests.cpp",
1137*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderFragDataTests.cpp",
1138*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderFunctionTests.cpp",
1139*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderIndexingTests.cpp",
1140*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderInvarianceTests.cpp",
1141*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderLoopTests.cpp",
1142*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderMatrixTests.cpp",
1143*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderMetamorphicTests.cpp",
1144*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderOperatorTests.cpp",
1145*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderPackingFunctionTests.cpp",
1146*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderPrecisionTests.cpp",
1147*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderReturnTests.cpp",
1148*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderStateQueryTests.cpp",
1149*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderStructTests.cpp",
1150*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderSwitchTests.cpp",
1151*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fShaderTextureFunctionTests.cpp",
1152*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fStencilTests.cpp",
1153*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fStringQueryTests.cpp",
1154*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fSyncTests.cpp",
1155*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureFilteringTests.cpp",
1156*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureFormatTests.cpp",
1157*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureMipmapTests.cpp",
1158*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureShadowTests.cpp",
1159*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureSizeTests.cpp",
1160*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureSpecificationTests.cpp",
1161*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureStateQueryTests.cpp",
1162*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureSwizzleTests.cpp",
1163*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureUnitTests.cpp",
1164*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTextureWrapTests.cpp",
1165*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fTransformFeedbackTests.cpp",
1166*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fUniformApiTests.cpp",
1167*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fUniformBlockTests.cpp",
1168*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fVertexArrayObjectTests.cpp",
1169*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fVertexArrayTest.cpp",
1170*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional/es3fVertexTextureTests.cpp",
1171*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pBlendTests.cpp",
1172*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pBufferDataUploadTests.cpp",
1173*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pDepthTests.cpp",
1174*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pPerformanceTests.cpp",
1175*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pRedundantStateChangeTests.cpp",
1176*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pShaderCompilationCases.cpp",
1177*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pShaderCompilerTests.cpp",
1178*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pShaderControlStatementTests.cpp",
1179*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pShaderOperatorTests.cpp",
1180*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pShaderOptimizationTests.cpp",
1181*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pStateChangeCallTests.cpp",
1182*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pStateChangeTests.cpp",
1183*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pTextureCases.cpp",
1184*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pTextureCountTests.cpp",
1185*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pTextureFilteringTests.cpp",
1186*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance/es3pTextureFormatTests.cpp",
1187*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sDrawTests.cpp",
1188*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sLongRunningShaderTests.cpp",
1189*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sLongRunningTests.cpp",
1190*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sLongShaderTests.cpp",
1191*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sMemoryTests.cpp",
1192*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sOcclusionQueryTests.cpp",
1193*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sSpecialFloatTests.cpp",
1194*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sStressTests.cpp",
1195*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sSyncTests.cpp",
1196*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress/es3sVertexArrayTests.cpp",
1197*35238bceSAndroid Build Coastguard Worker        "modules/gles3/tes3Context.cpp",
1198*35238bceSAndroid Build Coastguard Worker        "modules/gles3/tes3InfoTests.cpp",
1199*35238bceSAndroid Build Coastguard Worker        "modules/gles3/tes3TestCase.cpp",
1200*35238bceSAndroid Build Coastguard Worker        "modules/gles3/tes3TestPackage.cpp",
1201*35238bceSAndroid Build Coastguard Worker        "modules/gles3/tes3TestPackageEntry.cpp",
1202*35238bceSAndroid Build Coastguard Worker        "modules/gles3/tgl45es3TestPackage.cpp",
1203*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fAdvancedBlendTests.cpp",
1204*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fAndroidExtensionPackES31ATests.cpp",
1205*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fAtomicCounterTests.cpp",
1206*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fBasicComputeShaderTests.cpp",
1207*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fBooleanStateQueryTests.cpp",
1208*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fBuiltinPrecisionTests.cpp",
1209*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fComputeShaderBuiltinVarTests.cpp",
1210*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fCopyImageTests.cpp",
1211*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fDebugTests.cpp",
1212*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fDefaultVertexArrayObjectTests.cpp",
1213*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fDrawElementsBaseVertexTests.cpp",
1214*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fDrawTests.cpp",
1215*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFboColorbufferTests.cpp",
1216*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFboNoAttachmentTests.cpp",
1217*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFboSRGBWriteControlTests.cpp",
1218*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFboTestCase.cpp",
1219*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFboTestUtil.cpp",
1220*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFramebufferDefaultStateQueryTests.cpp",
1221*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fFunctionalTests.cpp",
1222*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fGeometryShaderTests.cpp",
1223*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fIndexedStateQueryTests.cpp",
1224*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fIndirectComputeDispatchTests.cpp",
1225*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fInfoLogQueryShared.cpp",
1226*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fIntegerStateQueryTests.cpp",
1227*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fInternalFormatQueryTests.cpp",
1228*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fLayoutBindingTests.cpp",
1229*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fMultisampleShaderRenderCase.cpp",
1230*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fMultisampleTests.cpp",
1231*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeAdvancedBlendEquationTests.cpp",
1232*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeAtomicCounterTests.cpp",
1233*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeBufferApiTests.cpp",
1234*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeComputeTests.cpp",
1235*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeFragmentApiTests.cpp",
1236*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativePreciseTests.cpp",
1237*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeSSBOBlockTests.cpp",
1238*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeSampleVariablesTests.cpp",
1239*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeShaderApiTests.cpp",
1240*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeShaderDirectiveTests.cpp",
1241*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeShaderFramebufferFetchTests.cpp",
1242*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeShaderFunctionTests.cpp",
1243*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeShaderImageLoadStoreTests.cpp",
1244*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeShaderStorageTests.cpp",
1245*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeStateApiTests.cpp",
1246*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeTessellationTests.cpp",
1247*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeTestShared.cpp",
1248*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeTextureApiTests.cpp",
1249*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fNegativeVertexArrayApiTests.cpp",
1250*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fOpaqueTypeIndexingTests.cpp",
1251*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp",
1252*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramInterfaceDefinition.cpp",
1253*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramInterfaceDefinitionUtil.cpp",
1254*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramInterfaceQueryTestCase.cpp",
1255*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramInterfaceQueryTests.cpp",
1256*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramPipelineStateQueryTests.cpp",
1257*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramStateQueryTests.cpp",
1258*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fProgramUniformTests.cpp",
1259*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSRGBDecodeTests.cpp",
1260*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSSBOArrayLengthTests.cpp",
1261*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSSBOLayoutCase.cpp",
1262*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSSBOLayoutTests.cpp",
1263*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSampleShadingTests.cpp",
1264*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSampleVariableTests.cpp",
1265*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSamplerStateQueryTests.cpp",
1266*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSeparateShaderTests.cpp",
1267*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderAtomicOpTests.cpp",
1268*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderBuiltinConstantTests.cpp",
1269*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderCommonFunctionTests.cpp",
1270*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderFramebufferFetchTests.cpp",
1271*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderHelperInvocationTests.cpp",
1272*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderImageLoadStoreTests.cpp",
1273*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderIntegerFunctionTests.cpp",
1274*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderMultisampleInterpolationStateQueryTests.cpp",
1275*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderMultisampleInterpolationTests.cpp",
1276*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderPackingFunctionTests.cpp",
1277*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderSharedVarTests.cpp",
1278*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderStateQueryTests.cpp",
1279*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderTextureSizeTests.cpp",
1280*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fShaderUniformIntegerFunctionTests.cpp",
1281*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fStencilTexturingTests.cpp",
1282*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fSynchronizationTests.cpp",
1283*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTessellationGeometryInteractionTests.cpp",
1284*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTessellationTests.cpp",
1285*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureBorderClampTests.cpp",
1286*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureBufferTests.cpp",
1287*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureFilteringTests.cpp",
1288*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureFormatTests.cpp",
1289*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureGatherTests.cpp",
1290*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureLevelStateQueryTests.cpp",
1291*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureMultisampleTests.cpp",
1292*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureSpecificationTests.cpp",
1293*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fTextureStateQueryTests.cpp",
1294*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fUniformBlockTests.cpp",
1295*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fUniformLocationTests.cpp",
1296*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp",
1297*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional/es31fVertexAttributeBindingTests.cpp",
1298*35238bceSAndroid Build Coastguard Worker        "modules/gles31/stress/es31sDrawTests.cpp",
1299*35238bceSAndroid Build Coastguard Worker        "modules/gles31/stress/es31sStressTests.cpp",
1300*35238bceSAndroid Build Coastguard Worker        "modules/gles31/stress/es31sTessellationGeometryInteractionTests.cpp",
1301*35238bceSAndroid Build Coastguard Worker        "modules/gles31/stress/es31sVertexAttributeBindingTests.cpp",
1302*35238bceSAndroid Build Coastguard Worker        "modules/gles31/tes31Context.cpp",
1303*35238bceSAndroid Build Coastguard Worker        "modules/gles31/tes31InfoTests.cpp",
1304*35238bceSAndroid Build Coastguard Worker        "modules/gles31/tes31TestCase.cpp",
1305*35238bceSAndroid Build Coastguard Worker        "modules/gles31/tes31TestPackage.cpp",
1306*35238bceSAndroid Build Coastguard Worker        "modules/gles31/tes31TestPackageEntry.cpp",
1307*35238bceSAndroid Build Coastguard Worker        "modules/gles31/tgl45es31TestPackage.cpp",
1308*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsAttributeLocationTests.cpp",
1309*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsBufferTestUtil.cpp",
1310*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsBuiltinPrecisionTests.cpp",
1311*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsCalibration.cpp",
1312*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsDrawTest.cpp",
1313*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsFboCompletenessTests.cpp",
1314*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsFboUtil.cpp",
1315*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsFragOpInteractionCase.cpp",
1316*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsFragmentOpUtil.cpp",
1317*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsInteractionTestUtil.cpp",
1318*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsLifetimeTests.cpp",
1319*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsLongStressCase.cpp",
1320*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsLongStressTestUtil.cpp",
1321*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsMemoryStressCase.cpp",
1322*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsRandomShaderCase.cpp",
1323*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsRandomShaderProgram.cpp",
1324*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsRandomUniformBlockCase.cpp",
1325*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsSamplerObjectTest.cpp",
1326*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsScissorTests.cpp",
1327*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderConstExprTests.cpp",
1328*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderExecUtil.cpp",
1329*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderLibrary.cpp",
1330*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderLibraryCase.cpp",
1331*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderPerformanceCase.cpp",
1332*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderPerformanceMeasurer.cpp",
1333*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsShaderRenderCase.cpp",
1334*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsStateChangePerfTestCases.cpp",
1335*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsStateQueryUtil.cpp",
1336*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsTextureBufferCase.cpp",
1337*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsTextureStateQueryTests.cpp",
1338*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsTextureTestUtil.cpp",
1339*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsUniformBlockCase.cpp",
1340*35238bceSAndroid Build Coastguard Worker        "modules/glshared/glsVertexArrayTests.cpp",
1341*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditAstcTests.cpp",
1342*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditBuildInfoTests.cpp",
1343*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditDelibsTests.cpp",
1344*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditFrameworkTests.cpp",
1345*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditImageCompareTests.cpp",
1346*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditImageIOTests.cpp",
1347*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditSRGB8ConversionTest.cpp",
1348*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditSeedBuilderTests.cpp",
1349*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditTestCase.cpp",
1350*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditTestLogTests.cpp",
1351*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditTestPackage.cpp",
1352*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditTestPackageEntry.cpp",
1353*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditTextureFormatTests.cpp",
1354*35238bceSAndroid Build Coastguard Worker        "modules/internal/ditVulkanTests.cpp",
1355*35238bceSAndroid Build Coastguard Worker        "modules/pch.cpp",
1356*35238bceSAndroid Build Coastguard Worker    ],
1357*35238bceSAndroid Build Coastguard Worker    local_include_dirs: [
1358*35238bceSAndroid Build Coastguard Worker        "execserver",
1359*35238bceSAndroid Build Coastguard Worker        "executor",
1360*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan",
1361*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/framework/vulkan/generated/vulkan",
1362*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan",
1363*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/amber",
1364*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/api",
1365*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/binding_model",
1366*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/clipping",
1367*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/compute",
1368*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/conditional_rendering",
1369*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/descriptor_indexing",
1370*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/device_group",
1371*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/draw",
1372*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/dynamic_state",
1373*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_ops",
1374*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shader_interlock",
1375*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_barycentric",
1376*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/fragment_shading_rate",
1377*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/geometry",
1378*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/image",
1379*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/imageless_framebuffer",
1380*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory",
1381*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/memory_model",
1382*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/mesh_shader",
1383*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/modifiers",
1384*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/multiview",
1385*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/pipeline",
1386*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/postmortem",
1387*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/protected_memory",
1388*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/query_pool",
1389*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/rasterization",
1390*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_query",
1391*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ray_tracing",
1392*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/reconvergence",
1393*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/renderpass",
1394*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/robustness",
1395*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shader_object",
1396*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderexecutor",
1397*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/shaderrender",
1398*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/sparse_resources",
1399*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/spirv_assembly",
1400*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ssbo",
1401*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/subgroups",
1402*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/synchronization",
1403*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/tessellation",
1404*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/texture",
1405*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/transform_feedback",
1406*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ubo",
1407*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/util",
1408*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/wsi",
1409*35238bceSAndroid Build Coastguard Worker        "external/vulkancts/modules/vulkan/ycbcr",
1410*35238bceSAndroid Build Coastguard Worker        "framework/common",
1411*35238bceSAndroid Build Coastguard Worker        "framework/delibs/debase",
1412*35238bceSAndroid Build Coastguard Worker        "framework/delibs/decpp",
1413*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deimage",
1414*35238bceSAndroid Build Coastguard Worker        "framework/delibs/depool",
1415*35238bceSAndroid Build Coastguard Worker        "framework/delibs/destream",
1416*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread",
1417*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/unix",
1418*35238bceSAndroid Build Coastguard Worker        "framework/delibs/dethread/win32",
1419*35238bceSAndroid Build Coastguard Worker        "framework/delibs/deutil",
1420*35238bceSAndroid Build Coastguard Worker        "framework/egl",
1421*35238bceSAndroid Build Coastguard Worker        "framework/egl/wrapper",
1422*35238bceSAndroid Build Coastguard Worker        "framework/opengl",
1423*35238bceSAndroid Build Coastguard Worker        "framework/opengl/simplereference",
1424*35238bceSAndroid Build Coastguard Worker        "framework/opengl/wrapper",
1425*35238bceSAndroid Build Coastguard Worker        "framework/platform/android",
1426*35238bceSAndroid Build Coastguard Worker        "framework/qphelper",
1427*35238bceSAndroid Build Coastguard Worker        "framework/randomshaders",
1428*35238bceSAndroid Build Coastguard Worker        "framework/referencerenderer",
1429*35238bceSAndroid Build Coastguard Worker        "framework/xexml",
1430*35238bceSAndroid Build Coastguard Worker        "modules",
1431*35238bceSAndroid Build Coastguard Worker        "modules/egl",
1432*35238bceSAndroid Build Coastguard Worker        "modules/gles2",
1433*35238bceSAndroid Build Coastguard Worker        "modules/gles2/accuracy",
1434*35238bceSAndroid Build Coastguard Worker        "modules/gles2/functional",
1435*35238bceSAndroid Build Coastguard Worker        "modules/gles2/performance",
1436*35238bceSAndroid Build Coastguard Worker        "modules/gles2/stress",
1437*35238bceSAndroid Build Coastguard Worker        "modules/gles3",
1438*35238bceSAndroid Build Coastguard Worker        "modules/gles3/accuracy",
1439*35238bceSAndroid Build Coastguard Worker        "modules/gles3/functional",
1440*35238bceSAndroid Build Coastguard Worker        "modules/gles3/performance",
1441*35238bceSAndroid Build Coastguard Worker        "modules/gles3/stress",
1442*35238bceSAndroid Build Coastguard Worker        "modules/gles31",
1443*35238bceSAndroid Build Coastguard Worker        "modules/gles31/functional",
1444*35238bceSAndroid Build Coastguard Worker        "modules/gles31/stress",
1445*35238bceSAndroid Build Coastguard Worker        "modules/glshared",
1446*35238bceSAndroid Build Coastguard Worker        "modules/internal",
1447*35238bceSAndroid Build Coastguard Worker    ],
1448*35238bceSAndroid Build Coastguard Worker}
1449