filament icon indicating copy to clipboard operation
filament copied to clipboard

Android: Please add include header .h files to Android releases

Open BStringhamVRSK opened this issue 2 years ago • 1 comments

For our Android platform implementation, we use the Android NDK and a C++ wrapper to interface with the Filament libraries. As such, we need the .h files as part of our build process.

If the official Android releases contained those files, it would save us a lot of headache and file copying.

Thank you.

EDIT: I guess what we are really asking for is an official release version that supports Android NDK. That would give us a uniform way to support multiple platforms all from a common C++ code base.

BStringhamVRSK avatar Jan 30 '23 23:01 BStringhamVRSK

This is not just adding the header files, this requires a completely different distribution as our Android builds are currently AARs.

romainguy avatar Jan 30 '23 23:01 romainguy