GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

Create Android.mk which will enable build native binaries using meson build system #67

Closed rsglobal closed 3 years ago

rsglobal commented 4 years ago

Required for mesa3d, libcamera and other linux projects.

How to build mesa3d using NDK: https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/docs/android.rst

Same should be done in Android.mk custom target (Like kernel and u-boot currently built) . NDK-like environment should be autogenerated.

rsglobal commented 3 years ago

Almost done in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10183