| Trevor McGuire | b7854fb | 2021-07-23 16:42:47 -0700 | [diff] [blame] | 1 | # libyuv |
| 2 | |
| 3 | 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. |
| 4 | This project will never ship standalone; it is currently used by and packaged into the `androidx.camera:camera-core` project. |
| 5 | |
| 6 | For more information on libyuv, [browse the source](https://cs.android.com/android/platform/superproject/+/master:external/libyuv/) |
| 7 | |
| 8 | 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) |