History log of /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/plasma.c
Revision Date Author Comments
458300640fd117d90fb12b588bafdd144cf73bb4 21-Jun-2014 Andrew Hsieh <andrewhsieh@google.com> Fix samples for 64-bit ABIs

1. Set APP_ABI:=all in almost all samples
2. Enhance hello-jni to report more ABIs
3. Fix warnings

Change-Id: I2851c42b77ef8225e32143d225edcf973633e782
c21a50504496ddc53598da246686ffd91941edfd 01-Feb-2013 Andrew Hsieh <andrewhsieh@google.com> Fix warnings in sample detected by NDK_ANALYZE=1

Change-Id: I999a96fb3de5225adde91eb014170ffd7b6092f6
f4790e6f9e47347996e62ecd27ff55b6499cf97a 30-Jul-2010 David 'Digit' Turner <digit@google.com> Separate platform files and samples by API level.

Remove all duplicate platform files, i.e development/ndk/platforms/android-N now
only contains files that are introduced in API level 'N' and not found in level 'N-1'

(This makes it easier to manage independent platform release branches, and makes
platform additions trivial to examine and maintain).

Move samples that depends on features of API level 'N' into platforms/android-N/samples

+ update tests/run-all.sh accordingly

Change-Id: I04c4c67c6c674c1714d5812d461d0524a4f4cfd9