Add READMEs to the deleted samples directories.

It's not perfect because any stale links people follow that link to
anything but this README will still be a 404, but it's at least
something people can find if they walk up the dead link to the top of
the sample's directory.
This commit is contained in:
Dan Albert
2025-09-17 13:30:14 -07:00
committed by Dan Albert
parent c2c70d4364
commit c890b01187
3 changed files with 18 additions and 0 deletions

6
hello-neon/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Sample removed
This sample has been removed in favor of the new `vectorization` sample, which
demonstrates more options for vectorization and includes a benchmark to
highlight that performance decisions cannot be made correctly unless you measure
them.

5
native-media/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Sample removed
This sample has been removed because we no longer recommend using OpenMAX AL in
new code. See the `native-codec` sample instead for an example of how to use the
Android Media APIs.

7
nn-samples/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Sample removed
This sample has been removed because the Android Neural Networks API has been
deprecated. Apps should instead use TensorFlow Lite. For for information, see
the [NNAPI Migration Guide].
[NNAPI Migration Guide]: https://developer.android.com/ndk/guides/neuralnetworks/migration-guide