replicant-frameworks_native/services/surfaceflinger/tests
Nanik Tolaram ee9701744a Error compiling waitforvsync.cpp
The waitforvsync.cpp throws error when compiling. Following is the error log

target thumb C++: test-waitforvsync <= frameworks/native/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp
frameworks/native/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp: In function 'int main(int, char**)':
frameworks/native/services/surfaceflinger/tests/waitforvsync/waitforvsync.cpp:43:17: error: 'close' was not declared in this scope
         close(fd);
                 ^
....
....

make: *** [out/target/product/grouper/obj/EXECUTABLES/test-waitforvsync_intermediates/waitforvsync.o] Error 1

the file is missing #include <unistd.h>

Change-Id: I57728dbde65641cd3138625f9a590f9db8648158
Signed-off-by: Nanik Tolaram <nanikjava@gmail.com>
2015-02-14 00:26:59 +11:00
..
resize Refactoring: Rename SurfaceTextureClient to Surface 2013-02-14 19:19:05 -08:00
screencap Banish DisplayID from the SurfaceFlinger API. 2012-08-27 14:40:17 -07:00
transform
vsync fix an issue with vsync event delivery 2012-01-31 16:42:54 -08:00
waitforvsync Error compiling waitforvsync.cpp 2015-02-14 00:26:59 +11:00
Android.mk Clean cruft out of makefiles. 2014-09-11 18:49:47 -07:00
Transaction_test.cpp Refactoring: Rename SurfaceTextureClient to Surface 2013-02-14 19:19:05 -08:00