Skip to content

Releases: google/prefab

Prefab v2.1.0

Choose a tag to compare

@DanAlbert DanAlbert released this 21 Feb 00:20
  • #169: Support for Android riscv64 artifacts.

Prefab v2.0.0

Choose a tag to compare

@DanAlbert DanAlbert released this 05 Aug 20:56
  • 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

Choose a tag to compare

@DanAlbert DanAlbert released this 18 Mar 21:20
  • #128: Guard against double import of packages in CMake.
  • #132: Fix CMake generation for runtime only (no header) libraries.

Prefab v1.1.2

Choose a tag to compare

@DanAlbert DanAlbert released this 04 Nov 20:56
  • #122: Make generation of header only libraries for CMake compatible with CMP0037.

Prefab v1.1.1

Choose a tag to compare

@DanAlbert DanAlbert released this 17 Sep 19:50
  • #114: Fix handling of packages with unexpected files.

Prefab v1.1.0

Choose a tag to compare

@DanAlbert DanAlbert released this 11 Jun 20:27
  • #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

Choose a tag to compare

@DanAlbert DanAlbert released this 11 Jun 20:28
  • Initial release.