generic_device icon indicating copy to clipboard operation
generic_device copied to clipboard

support for oreo patch

Open ric96 opened this issue 7 years ago • 5 comments

I've tried building after oreo, seems to be having issues with nativewindow on mesa. Peter has update the rpi mesa for oreo, you may want to take a look. I'll issue a patch if I get the time, it takes about 5hrs for my system to finish a build. https://github.com/android-rpi/external_mesa3d/commit/0326dac5afb98746b03576a734f1fdc8c2990d7c

ric96 avatar Sep 03 '17 15:09 ric96

Yes, the build for linaro_arm_userdebug is broken too with the same error. How can I fix this?

external/mesa3d/include/EGL/eglplatform.h:100:10: fatal error: 'android/native_window.h' file not found

montvid avatar Sep 12 '17 06:09 montvid

@ric96 Is copy pasting the changed files from your link enough to solve the problem?

montvid avatar Sep 12 '17 06:09 montvid

I need to update the mesa branch. This is fixed in mesa master. Once I get things cleaned up and working again, I will push the updates.

robherring avatar Sep 12 '17 12:09 robherring

thanks @robherring while compiling linaro_arm-userdebug i applied https://github.com/KhronosGroup/EGL-Registry/pull/22/files patch and it compiled without errors.

montvid avatar Sep 12 '17 15:09 montvid