From bd690d7cd273108b355c743891169980e6d256c0 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Wed, 19 Oct 2011 15:15:30 -0700 Subject: [PATCH] Add README.txt for missing example Change-Id: I88236a3953f6b62f8b3c6f80ecd5a94608c9296e --- ndk/platforms/android-14/samples/native-media/README.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ndk/platforms/android-14/samples/native-media/README.txt diff --git a/ndk/platforms/android-14/samples/native-media/README.txt b/ndk/platforms/android-14/samples/native-media/README.txt new file mode 100644 index 000000000..516698a61 --- /dev/null +++ b/ndk/platforms/android-14/samples/native-media/README.txt @@ -0,0 +1,2 @@ +The documentation for Android native media based on OpenMAX AL 1.0.1 +references this directory, but the example is not yet available.