Working on IMX6 platform and want
to create Native frame-buffer 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 Android Oreo for this?