<div dir="ltr">Hi,<div><br></div><div>Just to close this thread,</div><div>I've checked on both marshamallow-x86 and kitkat-x86 builds and the line</div><div><br></div><div><span style="font-size:12.8px"><font face="monospace, monospace" color="#000000">$(MESA_TOP)/src/glsl</font></span><br></div><div><span style="font-size:12.8px"><font face="monospace, monospace" color="#000000"><br></font></span></div><div><span style="font-size:12.8px"><font color="#000000" face="arial, helvetica, sans-serif">which is now a non-existent path, is not needed anymore and can be removed in </font></span><span style="color:rgb(0,0,0)">L</span><span style="color:rgb(0,0,0);font-size:12.8px">OCAL_C_INCLUDES for all </span><span style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif;font-size:12.8px">the following android makefiles:</span></div><div><br></div><div><div>./src/mesa/<a href="http://Android.libmesa_glsl_utils.mk">Android.libmesa_glsl_utils.mk</a></div><div>./src/mesa/<a href="http://Android.libmesa_st_mesa.mk">Android.libmesa_st_mesa.mk</a></div><div>./src/mesa/program/Android.mk</div><div>./src/mesa/<a href="http://Android.mesa_gen_matypes.mk">Android.mesa_gen_matypes.mk</a></div><div>./src/gallium/drivers/r300/Android.mk</div></div><div><br></div><div>My doubt was that the new correct path <span style="color:rgb(0,0,0);font-family:monospace,monospace;font-size:12.8px">$(MESA_TOP)/src/compiler/glsl</span><span style="color:rgb(0,0,0);font-size:12.8px"><font face="arial, helvetica, sans-serif"> had to be included,</font></span></div><div><span style="color:rgb(0,0,0);font-size:12.8px"><font face="arial, helvetica, sans-serif">but I've checked and, without new glsl path, it builds just fine with both marshmallow-x86 and with kitkat-x86.</font></span></div><div><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:12.8px"><br></span></font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:12.8px">My doubt was related to the different treatment wrt automatic header picking, that has different behavior in L/M compared to kitkat.</span></font></div><div><font color="#000000" face="arial, helvetica, sans-serif"><span style="font-size:12.8px">I just wanted to be sure</span></font></div><div><br></div><div>Mauro</div><div><br></div><div>PS: There is a different building error appeared this week, but I'll submit a separate patch, if needed, in the next days</div><div><br></div><div>$(MESA_TOP)/src/mesa/main path is needed in LOCAL_C_INCLUDES of ./src/mesa/program/Android.mk<br></div><div><div>to avoid the following building error:</div><div><br></div><div>external/mesa/src/mesa/program/prog_statevars.c:43:25: fatal error: framebuffer.h: No such file or directory</div><div>compilation terminated.</div><div>build/core/<a href="http://binary.mk:512">binary.mk:512</a>: recipe for target 'out/target/product/x86/obj/STATIC_LIBRARIES/libmesa_program_intermediates/prog_statevars.o' failed</div><div>make: *** [out/target/product/x86/obj/STATIC_LIBRARIES/libmesa_program_intermediates/prog_statevars.o] Error 1</div></div></div>