Working on IMX6 platform and want to create Native framebuffer window for my application. In case of Android Marshmallow it is possible using function call "android_createDisplaySurface()" of "android-6.0.1_r22/frameworks/native/libs/ui/FramebufferNativeWindow.cpp" .
But latest Android release of Oreo does not provide FramebufferNativeWindow support.
Is there any alternative in Oreo for this?