To build an APK containing the shared libraries for multiple processor ABI's you will need to make the following changes to the project’s configuration:
Next, configure the packaging Tegra-Android platform for all projects. Open the Project Properties dialog for a project and select the General configuration page.
Set the value of the Target Architecture project property to Multiple.
Set the value of the Platforms to Package project property to semicolon-separated list of ABI-specific platform prefixes. These ABIs end with -Android-NVIDIA
.
The same procedure should be followed for shared library projects as application projects; otherwise, not having the Tegra-Android platform set as Multiple, will result in an extra unnecessary build of your shared library.
NVIDIA® GameWorks™ Documentation Rev. 1.0.211026 ©2014-2021. NVIDIA Corporation and affiliates. All Rights Reserved.