History log of /system/extras/tests/bionic/libstdc++/README.TXT
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a6df34dcb4fa4b0ca70fa45ab5e48f4d07c3b74f 09-Apr-2009 Niko Catania <> AI 145159: am: CL 145059 (Almost) final set of wrapper around the C headers for stdc++ and their tests.
The only one left is cstring.
* bionic/libstdc++/include/cstdlib:
* bionic/libstdc++/include/cstdio:
* bionic/libstdc++/include/cstdint:
* bionic/libstdc++/include/csignal:
* bionic/libstdc++/include/csetjmp:
Added header file.
Checks the bionic headers file were picked up instead of the host ones.
Added test for new header files
* system/extras/tests/bionic/libstdc++/Android.mk:
Added tests for the new header files.
EXTRA_CFLAGS: include the bionic header files.
Original author: niko

Automated import of CL 145159
/system/extras/tests/bionic/libstdc++/README.TXT
ed5e6913f0f51210bf63dfa3c39abe36a0573469 31-Mar-2009 Niko Catania <> AI 143632: am: CL 143504 Completed cstddef to be non empty and similar to the gnu stl implementation.
Even if we don't want to have a bloated stl implementation, having empty
files around is probably not very good either.
Added a test to make sure the header file compiles on host and kila-eng.
QA Impact: In system/extras/test/bionic/libstdc++ build the tests using:
mm BIONIC_TESTS=1
to build the host and target tests.
Original author: niko
Merged from: //branches/donutburger/...

Automated import of CL 143632
/system/extras/tests/bionic/libstdc++/README.TXT