OSDN Git Service

AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their...
authorNiko Catania <>
Wed, 8 Apr 2009 16:01:36 +0000 (09:01 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 8 Apr 2009 16:01:36 +0000 (09:01 -0700)
commit00a18f62a7c97299cea017578ec7ec179215492b
treefbe60e1001658ca6848940d460664a56f8949865
parent88f8a4ab8534cb21280f8aa0bf557f81ba4e31fa
AI 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.
  BUG=1601432

Automated import of CL 145059
libstdc++/include/cassert
libstdc++/include/csetjmp [new file with mode: 0644]
libstdc++/include/csignal [new file with mode: 0644]
libstdc++/include/cstddef
libstdc++/include/cstdint [new file with mode: 0644]
libstdc++/include/cstdio [new file with mode: 0644]
libstdc++/include/cstdlib [new file with mode: 0644]