Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 08-Apr-2025 | 653 | 9 | 5 | |
build.gradle | D | 08-Apr-2025 | 2.2 KiB | 75 | 66 | |
gradle.properties | D | 08-Apr-2025 | 262 | 5 | 4 |
README.md
1# libyuv 2 3This 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. 4This project will never ship standalone; it is currently used by and packaged into the `androidx.camera:camera-core` project. 5 6For more information on libyuv, [browse the source](https://cs.android.com/android/platform/superproject/+/master:external/libyuv/) 7 8For 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) 9