OSDN Git Service

AI 143632: am: CL 143504 Completed cstddef to be non empty and similar to the gnu...
authorNiko Catania <>
Tue, 31 Mar 2009 20:56:14 +0000 (13:56 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 31 Mar 2009 20:56:14 +0000 (13:56 -0700)
commited5e6913f0f51210bf63dfa3c39abe36a0573469
treee7e1273b7c35fa10b8688ef321a950328cf4093a
parentb3fe0b9b38291af7f4bb781031c694f815685bfb
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
tests/bionic/libc/README.TXT
tests/bionic/libstdc++/Android.mk [new file with mode: 0644]
tests/bionic/libstdc++/README.TXT [new file with mode: 0644]
tests/bionic/libstdc++/test_cstddef.cpp [new file with mode: 0644]