50fd9b419e75a0468e89fee48a26c622edf03b75 |
|
27-Nov-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc tests: clean up the tests for setjmp"
|
530b905d4ed7b92ebbd03362bb7a3a2a81a607e6 |
|
29-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up tests for seteuid call Clean up files and settings for seteuid test here, Since the tests will be migrated to unistd.seteuid* test in bionic/tests/unistd_test.cpp file Change-Id: Ia24b03c1e9a73e5e6c532e591a9d532253f0b9d1 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
051e317c4455c0e53686138bdbdc045218472bbd |
|
02-Nov-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up test_udp.c clean up the file and setting for file tests/bionic/libc/common/test_udp.c Change-Id: Id7889910e87309415b9504e6693322697907f426 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
3c6271030e0846c178d056e42e77f2a463497733 |
|
01-Nov-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up the tests for setjmp remove the file and settings of tests for setjmp Change-Id: I79f4997de3da2aa55ea2b1de992b8f4a60c0829a Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
160f1c82d9c4764ee3585d093599676fa36861b5 |
|
29-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up setting for hello_world.cpp clean up the remaining settings for hello_world.cpp in file tests/bionic/libc/Android.mk Change-Id: I6108a0d7e33c677dd2dba6dde3155f088d3fe14e Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
78b686d1e88e81f29c8cfc479115b356ca72f661 |
|
28-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc tests: clean up test for static_init"
|
254b059b6240c3a52d4b5cca79ba74e79b63ad24 |
|
28-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up test for static_init This change is to delete the static init test related files and settings. Since they do not contain useful test, they only test the member behivor in CPP constructor which are tested in bionic/tests/dlcfn_test.cpp file Change-Id: I06a882e16f9f917e79d82c2b78978a6f1e7c2bb6 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
9f80c4344972dbacf92c9b559f3e1d7b5028b365 |
|
28-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic test libc: clean up test for pthread_once the test implemented in file tests/bionic/libc/common/test_pthread_once.c has been re-implemented in file bionic/test/pthread_once_smoke by the tests pthread.pthread_once_smoke and pthread.pthread_once_1934122, so here remove the related file and settings Change-Id: I2c8d6f8a07419d4840512736cf264a86482f7eaf Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
d81cb4b443f4ae9851cc41b2753647d55012aa7e |
|
24-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: clean up tests for getgrouplist Since the tests for getgrouplist will be implemented in bionic/tests directory, the test files and setting will be deleted from here. Change-Id: Ib5ece65ef2475ae8acc9ce5bfd2a255b734aa906 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
85f3e14b0f9c30ed55e61a7909abe28128119520 |
|
25-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc test: clean up pthread mutex type test"
|
05a66cd9164dda93625cb1f8b9b082f94d124a5d |
|
25-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libs test: clean up for gethostname test"
|
a38def7e8f366ba3e045b4c3a019a86d3e1a598d |
|
24-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libs test: clean up for gethostname test since the tests for gethostname will be migrated into bionic/tests/unistd_test.cpp as unistd.gethostname test in the gtest format, the related files and settings will be cleaned up here. Change-Id: Ibe2bc9d3304ec9ac08a24a318276f07b84a1afea Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
a0183951a3711e0a0eb9f43358e3ca51960e8852 |
|
24-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up test_netinet_icmp.c file since no meaningful tests implemented in this file. Change-Id: I5846b65cd31eb70232c207394d622551eb72a4a0 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
e3b5cf69b08286bd808048051c58f8b225595a28 |
|
24-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: clean up pthread mutex type test clean up the pthread mutex types related tests implemented in tests/bionic/libc/bionic/test_mutex.c and related settings, since the tests will be migrated into file bionic/tests/pthread_test.cpp Change-Id: Icbbac40c42de7df49ff19bae54d71b455cafb987 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
e41bb1b60bac471b2bed3f7dc2942166b548972b |
|
24-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: clean up test_static_cpp_mutex test delete related file and setting for test test_static_cpp_mutex, since it is migrated into bionic/tests/pthread_test.cpp in gtest format Change-Id: Ia9d165b18410c40a6f07a3b0b23d53bf8e355d05 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
426df33fc486c04331335d5adc116441e2a7b952 |
|
23-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc test: clean up sysconf test"
|
f14d3208029e507629b7b4f244968654c6618a72 |
|
23-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: clean up sysconf test After migrated the sysconf tests in file tests/bionic/libc/other/test_sysconf.c to file bionic/tests/unistd_test.cpp, clean up the test implementation files and settings here. Change-Id: I1a29047e462d8e423c4125d6cb50634049b296ef Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
5d4914e643f18ab298e3f4af615c74a234eacd6a |
|
23-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc tests: clean up tests for destructor in executable The tests for constructor/destructor in an executable file have been re-implemented by tests: dlfcn.ctor_function_call in bionic/tests/dlfcn_test.cpp atexit.exit in bionic/tests/atexit_test.cpp So it's no meaning keep the tests for destructor in executable here any more, and this change is to clean those files and settings up. One thing list here is that in this system/extras directory, tests for destructor in executable are tested both in statically linked format and dynamically linked format. But in the bionic/tests, it is only tested in dynamically linked format. But this should not the reason to keep the test files and settings here. Change-Id: I0ceb0450ca53b43bcf8473d54f08103519486992 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
7727c26565616f0e1307a3355a09468a08951dc5 |
|
20-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: remove gethostbyname test The change is to remove the implementation for gethostbyname bionic test here, since the new test implementation will be done under bionic/test/netdb_test.cpp Change-Id: Idd52e3bd6d623a59d64b4f5fc84eb66856970941 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
6a425bbe5ff6cafe4baa3db80c06eb3a5afdf08f |
|
22-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc test: remove getaddrinfo test"
|
03a2281e9aec5d723d54f4763e4082a39c6118bb |
|
22-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc test: remove relocation related bionic test"
|
156c614373c932ce1f412ab2724c0b4a56db001d |
|
22-Oct-2014 |
Elliott Hughes <enh@google.com> |
Merge "bionic libc test: clean up dlclose related test in system/extras"
|
a1b196f95e256e08fd0308669b942352477d57c1 |
|
22-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: clean up test for dlopen_null The test for dlopen function with null specified have been re-implemented by dlfcn.dladdr test in bionic/tests/dlfcn_test.cpp. so here deleted it for cleaning up Change-Id: I99c3d1d2252b41c7484310fa20a1298d80ad565c Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
86b5f73c6c4f54121cbcfbbdb52bf51d9b4f52d6 |
|
22-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: clean up dlclose related test in system/extras The dlclose related tests are re-implemented in bionic/tests/atexit_test.cpp These files are no need to be here. Change-Id: I8da70ed2ac12d639f737d83476d1614f8d560410 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
e9586eb4cefed396598f3ca27ad698267badbef6 |
|
22-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: remove relocation related bionic test The change is to remove the implementation for relocation related bionic test, since the new test implementation will be done in bionic/tests/dlfcn_test.cpp Change-Id: Idd7cf264bef67ec515f3f68746008a481fb89343 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
1b5ae9a7220d7a7cdc488a0136606db83e689d1d |
|
21-Oct-2014 |
Yongqin Liu <yongqin.liu@linaro.org> |
bionic libc test: remove getaddrinfo test The change is to remove the implementation for getaddrinfo bionic test here, since the new test implementation will be done under bionic/test/netdb_test.cpp Change-Id: I0a23a6b823530be30fca13e87ac067f8ce70f495 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
/system/extras/tests/bionic/libc/Android.mk
|
7c4efba031913ca1dbb0a0d39df6d6325065f34c |
|
23-Sep-2014 |
Elliott Hughes <enh@google.com> |
Remove another obsolete test. Change-Id: Ic4629a5e2cba6431d4bd138c260bb8889df0ad78
/system/extras/tests/bionic/libc/Android.mk
|
e310373084912716aed9cbfbe95809d7b9383061 |
|
19-Sep-2014 |
Elliott Hughes <enh@google.com> |
Remove obsolete semaphore tests. Change-Id: I96d0dbbb8d3482a19ce33e389971451fa630c84a
/system/extras/tests/bionic/libc/Android.mk
|
6fad0fc09c48a441600cfd749b00aff1c11039be |
|
18-Sep-2014 |
Elliott Hughes <enh@google.com> |
Remove some obviously useless tests (and fix the others so they build). Some of these tests are stupid (hello_world.cpp), others are already replaced by more complete tests in bionic (test_cpu_set.cpp). Change-Id: Ie6d2723b049b4e9bb1b98ae0166be2c19551fdd0
/system/extras/tests/bionic/libc/Android.mk
|
d8b301f6ef2ebab0b8614208ecca51fe79aafac4 |
|
21-Jun-2014 |
Elliott Hughes <enh@google.com> |
Remove a useless so-called test for arc4random. Bug: 14499627 Change-Id: I01308d022da007f814f3fd8927341dfb3bf7e4cd
/system/extras/tests/bionic/libc/Android.mk
|
41d9bb34ce4b79812f3c16f8e47ef0f9a41f1d6e |
|
14-May-2014 |
Elliott Hughes <enh@google.com> |
Remove a test for dead code. Bug: 14903517 Change-Id: I139ae922c6c9468606d3145f0c74361ed789d949
/system/extras/tests/bionic/libc/Android.mk
|
f43e739b5893d2b9cd26a9b538bfa36ae65a7d40 |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove test_thread_max. Not actually a useful test, and we already test creating threads, including error conditions in bionic as part of CTS. Change-Id: If478b1e389c5cf65a9827da7f57efd696afc6523
/system/extras/tests/bionic/libc/Android.mk
|
b86ee8749454524caa09a4f859e54513fa8b9ffc |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove test_pthread_getcpuclockid. Bionic already has a better test that's part of CTS. Change-Id: I2e6bfb795d5fe1393432673a082338d85c083444
/system/extras/tests/bionic/libc/Android.mk
|
ea6b3d6967f516c47d2e453c6f4a5fb3e69fbbf6 |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove obsolete benchmarks. bionic now has all of these. Change-Id: I0b65f019b88bc9ac7d33bd424361497320c66b7b
/system/extras/tests/bionic/libc/Android.mk
|
fe9aee4780d561b6d3990094f74168bc9560fd8b |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Merge "Remove <time.h> tests."
|
340b522a95c6cb0d002b2d5beab70f452c778d1e |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove <time.h> tests. I've turned the strftime and strptime tests into CTS tests, and it's not obvious what the other test was usefully testing. Change-Id: I9d0ba08c6f2e2170e902e4a2aa379dd7289bdf6c
/system/extras/tests/bionic/libc/Android.mk
|
933e93f0e483560933f6695bc8b0e5feb054587f |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove bench_locks, which is a subset of bench_pthread. Change-Id: Id8d952d2ca634f86aaaf01e05c98524d9110b054
/system/extras/tests/bionic/libc/Android.mk
|
00bd9b6a527407b0f31ccb898189fa05ccec5788 |
|
11-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove tests that are already better tested as part of CTS. Change-Id: I06592a245c2229ca455156bab40eb1a815eef75b
/system/extras/tests/bionic/libc/Android.mk
|
3f372e3620389d71bfddc14247a585e98cb89adc |
|
04-Mar-2014 |
Elliott Hughes <enh@google.com> |
Remove timer tests. bionic contains a superset of these tests, and the binoic tests are part of CTS. Change-Id: I9e05d44749c6d6c94271a150fd8b71a297d6ebca
/system/extras/tests/bionic/libc/Android.mk
|
57710b5e791c04435983c72092624de1f6de3920 |
|
15-Feb-2013 |
Raghu Gandham <raghu.gandham@imgtec.com> |
Remove test_aligned.c. Nothing useful is being tested here. Change-Id: I831b55bba93b7bf30febcd90c12d77c3d929fa51
/system/extras/tests/bionic/libc/Android.mk
|
88573c10cff78e5eefd0125c6cf55fdda660b451 |
|
18-Dec-2012 |
Chris Dearman <chris@mips.com> |
test_atomics is an ARM specific test Bionic only defines the __atomic_xxx functions for ARM legacy support. Change-Id: I813cf9d66ccfc026f89cfbc0e5cbed202e263594 Signed-off-by: Chris Dearman <chris@mips.com>
/system/extras/tests/bionic/libc/Android.mk
|
33cf0fee9523f7c796a71f42d2031a532351bb88 |
|
07-Dec-2011 |
David 'Digit' Turner <digit@google.com> |
libc: Add pthread and stdio benchmark test programs. This patch adds two test programs to system/extras/test/bionic/libc The first one can be used to benchmark simple stdio operation (for now fread() / fwrite()). The second one can be used to benchmark misc. pthread operations. It can also easily be built with other toolchains for comparison with other C library / pthread implementations. Change-Id: I3e611244f3ff95e7485d8b8d6f91e5b8bab2de4b
/system/extras/tests/bionic/libc/Android.mk
|
c72ab98be7288d86980797b4f6295d73de5ca56f |
|
14-Mar-2011 |
Iliyan Malchev <malchev@google.com> |
system/extras: remove LOCAL_PRELINK_MODULE Change-Id: Iafd936bcb30e3fcc18c522a701d567dd744f2fa3 Signed-off-by: Iliyan Malchev <malchev@google.com>
/system/extras/tests/bionic/libc/Android.mk
|
f06bff7831256c708e9e5f06837bef3afc000e87 |
|
17-Jan-2011 |
Glenn Kasten <gkasten@google.com> |
Minimal test program for clock(3) Change-Id: I4fcf6e3c6ed55f1db96dc93e6809b35d7719d32f
/system/extras/tests/bionic/libc/Android.mk
|
8b37200df5764303e2c7c2396a34a07f2a604591 |
|
11-Jan-2011 |
Glenn Kasten <gkasten@google.com> |
Test cases for strptime Change-Id: I43484c7333a967bac527752f4a4f75ec1ab420e3
/system/extras/tests/bionic/libc/Android.mk
|
aa47f0c8ebe0ee3fc6e6ab90b81848efb4c011a8 |
|
20-Dec-2010 |
David 'Digit' Turner <digit@google.com> |
libc tests: Add a drand48() test + Add a script to run a specific test on a device easily. Change-Id: Icaf050bc1c3b6aef3498e253badd63344a7d442f
/system/extras/tests/bionic/libc/Android.mk
|
a4502d4e775e9038621cf32dd311ee6afa788dd0 |
|
06-Dec-2010 |
David 'Digit' Turner <digit@google.com> |
Add <sched.h> unit tests for cpu_set_t This adds test_cpu_set to check the new features provided by <sched.h> around cpu_set_t (i.e. CPU_SETSIZE, CPU_ZERO, CPU_SET, sched_getaffinity, sched_setaffinity, sched_getcpu, ...) Change-Id: I59030badb6f6c7560f7cb48fcfa722e8d7b9b1b9
/system/extras/tests/bionic/libc/Android.mk
|
133a37ede3e955093c6004d94496e2cdc2cc1264 |
|
20-Oct-2010 |
David 'Digit' Turner <digit@google.com> |
tests: Refine Bionic dlclose destruction test. The purpose of this change is to test that C constructors and destructors contained in shared libraries are properly called when the corresponding libs are loaded and unloaded through dlopen() and dlclose(), or when the program exits. The test_dlclose_destruction test already performs this for static C++ construction/destruction. The change refines it with another shared library that uses __attribute__((constructor)) and __attribute__((destructor)) from C instead (see the new libdlclosetest2 shared library). A new test, test_executable_destructor is also added to check that the constructor and destructor functions located in the executable program itself are properly called. Change-Id: If364d1c710282e8117f980b09490770e7d8d1e33
/system/extras/tests/bionic/libc/Android.mk
|
e0fa0392204a24f086a2508b043c3962983b9483 |
|
23-Jul-2010 |
David 'Digit' Turner <digit@google.com> |
am 6f099715: bionic: add a test for dlopen(NULL,...) Merge commit '6f09971503f9bea177168d1599e925a5b22d18dd' * commit '6f09971503f9bea177168d1599e925a5b22d18dd': bionic: add a test for dlopen(NULL,...)
|
6f09971503f9bea177168d1599e925a5b22d18dd |
|
22-Jul-2010 |
David 'Digit' Turner <digit@google.com> |
bionic: add a test for dlopen(NULL,...) Change-Id: Iee8b33d1a046a71f5fd934912ee36371c1c9e8e5
/system/extras/tests/bionic/libc/Android.mk
|
10112f51911af42c4e32791858f498900155f9af |
|
01-Jul-2010 |
David 'Digit' Turner <digit@google.com> |
am 83b47ccb: bionic: add tests for sem_post() and static C++ destruction on dlclose(). Merge commit '83b47ccbc4066ef19f5d95261d8a892567a7f0a7' * commit '83b47ccbc4066ef19f5d95261d8a892567a7f0a7': bionic: add tests for sem_post() and static C++ destruction on dlclose().
|
83b47ccbc4066ef19f5d95261d8a892567a7f0a7 |
|
28-Jun-2010 |
David 'Digit' Turner <digit@google.com> |
bionic: add tests for sem_post() and static C++ destruction on dlclose(). Change-Id: I95e5608240881a3880874ea0ae8a24e716186e7f
/system/extras/tests/bionic/libc/Android.mk
|
545e6ca13f744650e4a62630f1b901c0840dcd43 |
|
12-May-2010 |
David 'Digit' Turner <digit@google.com> |
Add pthread_rwlock_t unit tests Change-Id: Id40c317ed6d3bfe7d384ee1ba55a96bb869f361e
/system/extras/tests/bionic/libc/Android.mk
|
479d9725ab0c5bc7d516e22e84c13d445bfd3c7c |
|
25-Mar-2010 |
David 'Digit' Turner <digit@google.com> |
Add setjmp() / longjmp() test. Change-Id: Id2115e580c2e3463afa9406a8d5236a0c5c5f819
/system/extras/tests/bionic/libc/Android.mk
|
8e88ea54ff19a3dd2cf5f5309ff13356a41d615a |
|
24-Mar-2010 |
David 'Digit' Turner <digit@google.com> |
Add pthread mutex regression tests. Change-Id: I7a0ed8928dfc61ebe8f027327a3f34e90cad04fb
/system/extras/tests/bionic/libc/Android.mk
|
84a66d0c8d79857586bad4e3d3010ee44f8f6971 |
|
28-Jan-2010 |
David 'Digit' Turner <digit@google.com> |
Add clone() test. This also refreshes the tests to properly compile with the latest host toolchain.
/system/extras/tests/bionic/libc/Android.mk
|
1ded028acecd41f7fd10fc63fb859ecdad0e1ff4 |
|
29-May-2009 |
David 'Digit' Turner <digit@google.com> |
am 611cdccd: Add a new unit test that checks that the static C++ constructors of shared libraries and dynamic executables are called only once, and in the correct order. Merge commit '611cdccd9690a9083816f6d4746e998d58250a86' * commit '611cdccd9690a9083816f6d4746e998d58250a86': Add a new unit test that checks that the static C++ constructors of
|
611cdccd9690a9083816f6d4746e998d58250a86 |
|
28-May-2009 |
David 'Digit' Turner <digit@google.com> |
Add a new unit test that checks that the static C++ constructors of shared libraries and dynamic executables are called only once, and in the correct order.
/system/extras/tests/bionic/libc/Android.mk
|
e09db60c180b0380811bc03ac2e2ff439cbe7e09 |
|
05-May-2009 |
David 'Digit' Turner <digit@google.com> |
am ac6a88e: Add a new test to check the behaviour of getaddrinfo() Merge commit 'ac6a88edbf65ff3f9e40d6e4bf1e55a002be6d6c' * commit 'ac6a88edbf65ff3f9e40d6e4bf1e55a002be6d6c': Add a new test to check the behaviour of getaddrinfo()
|
ac6a88edbf65ff3f9e40d6e4bf1e55a002be6d6c |
|
05-May-2009 |
David 'Digit' Turner <digit@google.com> |
Add a new test to check the behaviour of getaddrinfo()
/system/extras/tests/bionic/libc/Android.mk
|
319ea244ab117bfa519ec4fb176e5b42a5710458 |
|
19-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import //branches/master/...@140412
/system/extras/tests/bionic/libc/Android.mk
|
e16cb84e2324f05334d18dcf5956f20f44262b62 |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/system/extras/tests/bionic/libc/Android.mk
|
19ddb4b1680760e2d6863c3003976882ebd9d0fa |
|
04-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@135843
/system/extras/tests/bionic/libc/Android.mk
|
dbdf1561ad9b4c6100fb93028929ece02bf66a74 |
|
03-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@132589
/system/extras/tests/bionic/libc/Android.mk
|
17bb1c49683bdc3dee40448ab6e099f38376c326 |
|
03-Mar-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //depot/cupcake/@137055
/system/extras/tests/bionic/libc/Android.mk
|
d6dd2fcf84a73288fbdc5c207ec28ee877a19c9b |
|
19-Feb-2009 |
The Android Open Source Project <initial-contribution@android.com> |
auto import from //branches/cupcake/...@132276
/system/extras/tests/bionic/libc/Android.mk
|
ab8beedeb70c6941e0ff68014d8db64cee4ef15d |
|
18-Dec-2008 |
The Android Open Source Project <initial-contribution@android.com> |
Code drop from //branches/cupcake/...@124589
/system/extras/tests/bionic/libc/Android.mk
|