Sorry Mauro seems like an identical patch has been approved and pushed a couple of hours ago.
Thank you, Plamena On Tue, Mar 14, 2017 at 11:42 AM, Manolova, Plamena < plamena.manol...@intel.com> wrote: > Looks good to me. > Reviewed-by: Plamena Manolova <plamena.manol...@intel.com> > > On Tue, Mar 14, 2017 at 2:00 AM, Mauro Rossi <issor.or...@gmail.com> > wrote: > >> Fixes the following building error: >> >> out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_i >> ntel_compiler_intermediates/compiler/brw_nir_trig_workarounds.c:1:10: >> fatal error: 'brw_nir.h' file not found >> ^ >> 1 error generated. >> >> Fixes: 700bebb "i965: Move the back-end compiler to src/intel/compiler" >> --- >> src/intel/Android.compiler.mk | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/src/intel/Android.compiler.mk b/src/intel/Android.compiler.m >> k >> index 8bbfb1c..48a19a0 100644 >> --- a/src/intel/Android.compiler.mk >> +++ b/src/intel/Android.compiler.mk >> @@ -43,7 +43,8 @@ LOCAL_C_INCLUDES := \ >> $(MESA_TOP)/src/gallium/include \ >> $(call generated-sources-dir-for,STAT >> IC_LIBRARIES,libmesa_glsl,,)/glsl \ >> $(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir >> \ >> - $(MESA_TOP)/src/compiler/nir >> + $(MESA_TOP)/src/compiler/nir \ >> + $(MESA_TOP)/src/intel/compiler >> >> LOCAL_SHARED_LIBRARIES := \ >> libdrm_intel >> -- >> 2.10.2 >> >> _______________________________________________ >> mesa-dev mailing list >> mesa-dev@lists.freedesktop.org >> https://lists.freedesktop.org/mailman/listinfo/mesa-dev >> > >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev