Skip to content

Releases: google/prefab

Prefab v2.1.0

21 Feb 00:20
Compare
Choose a tag to compare
  • #169: Support for Android riscv64 artifacts.

Prefab v2.0.0

05 Aug 20:56
Compare
Choose a tag to compare
  • Package schema v2. Android's abi.json now defines whether a library is static or shared rather than the directory contents.
  • #146: Generation now possible even if the libraries are not yet present on disk. They are expected to be built and installed to the correct location before the build system needs them.

Prefab v1.1.3

18 Mar 21:20
Compare
Choose a tag to compare
  • #128: Guard against double import of packages in CMake.
  • #132: Fix CMake generation for runtime only (no header) libraries.

Prefab v1.1.2

04 Nov 20:56
Compare
Choose a tag to compare
  • #122: Make generation of header only libraries for CMake compatible with CMP0037.

Prefab v1.1.1

17 Sep 19:50
Compare
Choose a tag to compare
  • #114: Fix handling of packages with unexpected files.

Prefab v1.1.0

11 Jun 20:27
Compare
Choose a tag to compare
  • #103: Improve error message when duplicate library is the result of implicit API level adjustment.
  • #105: Fix case sensitivity issues in package names when using CMake.
  • #106: module.json is now optional.
  • #108: Modules for which there is no library matching the user's requirements will be skipped rather than causing an error. The error was preventing the use of packages that contained some modules that were not designed for all configurations.

Prefab v1.0.0

11 Jun 20:28
Compare
Choose a tag to compare
  • Initial release.