OSDN Git Service

AI 143504: Completed cstddef to be non empty and similar to the gnu stl implementation.
authorNiko Catania <>
Mon, 30 Mar 2009 19:50:58 +0000 (12:50 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Mon, 30 Mar 2009 19:50:58 +0000 (12:50 -0700)
commit3cb2639f22f8aaf46852c9f03e825e05fc7e7362
treed73f44f9d24af9c11447fcb11a0d1aafe2bc656a
parent26c4c5f3205f521de9c6b420341fe67ec16810dc
AI 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.
  BUG=1601432

Automated import of CL 143504
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]