blob: 75b256e4b088f95f317b3e992d848a4b30716abf [file] [log] [blame] [view]
# libyuv
This is a [Prefab](https://google.github.io/prefab/) project that packages the external native library, libyuv, as a static library for use by other projects.
This project will never ship standalone; it is currently used by and packaged into the `androidx.camera:camera-core` project.
For more information on libyuv, [browse the source](https://cs.android.com/android/platform/superproject/+/master:external/libyuv/)
For more information on Prefab packaging, see [Using native dependencies](https://developer.android.com/studio/build/native-dependencies) and the [prefab ndk samples](https://github.com/android/ndk-samples/tree/main/prefab)