You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Android Gradle Plugin 4.0 Canary 9, Google has introduced a completely new AAR archive format called "prefab" which is to bundle native libraries as well as header files, so that (for AGP) adding simple reference to the Maven artifact ID will automatically resolve those header files when AGP builds a referencing project that depends on such an AAR.
Starting with Android Gradle Plugin 4.0 Canary 9, Google has introduced a completely new AAR archive format called "prefab" which is to bundle native libraries as well as header files, so that (for AGP) adding simple reference to the Maven artifact ID will automatically resolve those header files when AGP builds a referencing project that depends on such an AAR.
https://developer.android.com/studio/preview/features?buildsystem=cmake#native-dependencies
It already takes place in some libraries. For example, see https://github.com/google/oboe/blob/master/docs/GettingStarted.md#option-1-using-pre-built-binaries-and-headers
Below you will find how such an AAR looks different from former ones:
You will most likely have to support those new AAR packages to build bindings.
The text was updated successfully, but these errors were encountered: