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 Android 9 Pie does not provide FramebufferNativeWindow support.
Is there any alternative API support in Android pie version for this?