Commit Graph

15791 Commits

Author SHA1 Message Date
David 'Digit' Turner
3907ebb75e am 94ebf1e6: Merge "libportable: Add dependency on libdl."
* commit '94ebf1e6a993391f8139e4ee4702c02bdda560a9':
  libportable: Add dependency on libdl.
2014-05-12 13:31:55 +00:00
David 'Digit' Turner
94ebf1e6a9 Merge "libportable: Add dependency on libdl." 2014-05-12 13:28:34 +00:00
David 'Digit' Turner
e398009921 libportable: Add dependency on libdl.
The patch at [1] was reverted because ndk/sources/android/cpu-features
is now part of the platform build (as a dependency of libportable), and
now requires dlopen()/dlsym()/dlclose().

Because the platform build system doesn't support LOCAL_EXPORT_LDLIBS,
add the dependency to libportable's own module definition instead.
After this patch is submitted, it's possible to re-apply the original
patch and get a working build.

[1] https://android-review.googlesource.com/#/c/91380/

BUG=13679666

Change-Id: I54b4376a562242d21631eaf13090650decfe791d
2014-05-12 15:10:01 +02:00
The Android Automerger
1ea8849563 merge in master-release history after reset to be9d36572c 2014-05-12 05:49:22 -07:00
Andrew Hsieh
1e61663835 Remove non-existanec functions/variables from libc.so
See b.android.com/69319

android-9+
  __evOptMonoTime
  _nres
  __p_default_section_syms
  __p_update_section_syms
  _rand48_add
  _rand48_mult
  _rand48_seed
  _res_opcodes
  __sFext

android-12+
  copy_tm_to_TM
  copy_TM_to_tm
  __dtoa
  _endhtent
  __fremovelock
  _gethtbyaddr
  _gethtbyname
  _gethtbyname2
  _gethtent
  __libc_android_abort
  _mktemp                 # mktemp already exist in header
  __pread64               # add pread64, pwrite64 and ftruncate64 to API >= 12
  __pwrite64
  res_need_init
  __res_ourserver_p
  _sethtent
  __set_syscall_errno
  __sfvwrite
  __timer_table_start_stop
  valid_tm_mon
  valid_tm_wday

android-14+
  __libc_android_log_assert
  __libc_android_log_print
  __libc_android_log_vprint

android-17+
  dlmalloc_walk_free_pages
  dlmalloc_walk_heap
  __get_pc

android-18+
  __get_res_cache
  __libc_init_common
  __libc_preinit

Change-Id: Ie67acf115427e808dde0e33411671b07a888a9b6
2014-05-12 19:22:17 +08:00
Andrew Hsieh
8b9b37cec2 am be9d3657: am 106c0c69: am 3d34e652: am 7b004d96: Merge "Add libcxx projects and compiler-rt to windows whitelist."
* commit 'be9d36572c0c7669d4e113844db78078d8d67d1e':
  Add libcxx projects and compiler-rt to windows whitelist.
2014-05-12 10:38:20 +00:00
Andrew Hsieh
be9d36572c am 106c0c69: am 3d34e652: am 7b004d96: Merge "Add libcxx projects and compiler-rt to windows whitelist."
* commit '106c0c694c9818fd45fee7afa0af33b25407fb25':
  Add libcxx projects and compiler-rt to windows whitelist.
2014-05-12 10:34:52 +00:00
Andrew Hsieh
106c0c694c am 3d34e652: am 7b004d96: Merge "Add libcxx projects and compiler-rt to windows whitelist."
* commit '3d34e6524e035c6f55cac6553c73c7b18f9910c3':
  Add libcxx projects and compiler-rt to windows whitelist.
2014-05-12 10:30:32 +00:00
Andrew Hsieh
3d34e6524e am 7b004d96: Merge "Add libcxx projects and compiler-rt to windows whitelist."
* commit '7b004d960657c15145ce1272f7a61c8ca4272cd1':
  Add libcxx projects and compiler-rt to windows whitelist.
2014-05-12 10:27:46 +00:00
Andrew Hsieh
7b004d9606 Merge "Add libcxx projects and compiler-rt to windows whitelist." 2014-05-12 10:23:36 +00:00
Andrew Hsieh
7986b0872e Fixes samples Teapot/MoreTeapots armeabi-v7a-hard; native-audio debug build
Fixes two issues:
1. Remove redundant check for hard-float in Teapot/MoreTeapots and ndk_helper
   they depend.  The ndk-build system add those flags already for armeabi-v7a-hard
2. native-audio in debug build: assert on the non-existance var

Change-Id: Id6b2d38a264c2f2d0e0c7fe625991fcee1762800
2014-05-12 15:53:37 +08:00
Andrew Hsieh
154e19fda6 Restore stdint.h for android-3..19 to the original headers
$NDK/tests/standalone/run.sh fail to run with last update on stdint.h
to android-20 level.  Restore stdint.h for fear of the new one breaking
the existing apps

Also fix signal_portable.h to use SIGRTMIN/MAX in old headers
(which got renamed to __SIGRTMIN in new header)

Also change _JBLEN to 1024 which shall be large enough to store CPU
states for forseable future.

Change-Id: Ia9c03558a258c10434eb8e6985adc122532feaa3
2014-05-12 12:14:33 +08:00
Andrew Hsieh
1ef9539af9 am 8433215b: am c78fab9f: am 829367fd: am 46452519: Merge "Refresh android-20 headers/libs"
* commit '8433215b56faef843fd24e9e38b929000bc7df12':
  Refresh android-20 headers/libs
2014-05-12 04:05:50 +00:00
Andrew Hsieh
b1111100fc Update lib-boostrape for 64-bit libraries built with GCC toolchain
Change-Id: Icdc4bf924f660eb137e70ad80c91f68efd30824f
2014-05-12 12:04:58 +08:00
Andrew Hsieh
8433215b56 am c78fab9f: am 829367fd: am 46452519: Merge "Refresh android-20 headers/libs"
* commit 'c78fab9f39dd7ac8c0649de6fb5b7f251a4c34f2':
  Refresh android-20 headers/libs
2014-05-12 04:01:48 +00:00
Andrew Hsieh
c78fab9f39 am 829367fd: am 46452519: Merge "Refresh android-20 headers/libs"
* commit '829367fdb42839e1c1e7bd8ce25206048d8e0a2f':
  Refresh android-20 headers/libs
2014-05-12 03:58:05 +00:00
Andrew Hsieh
829367fdb4 am 46452519: Merge "Refresh android-20 headers/libs"
* commit '4645251978aaa9e9db0501efb03f56432a1b9b85':
  Refresh android-20 headers/libs
2014-05-12 03:53:30 +00:00
Andrew Hsieh
4645251978 Merge "Refresh android-20 headers/libs" 2014-05-12 03:47:32 +00:00
The Android Automerger
a6d61c6cec merge in master-release history after reset to 116bf16d1f 2014-05-11 05:49:18 -07:00
The Android Automerger
bc9d5d1c51 merge in master-release history after reset to 116bf16d1f 2014-05-10 05:49:35 -07:00
Stephen Hines
d7d603fbbb Add libcxx projects and compiler-rt to windows whitelist.
Change-Id: I2d6189b4e9a0440330d1212dae9396b88b66ea3f
2014-05-09 14:45:58 -07:00
Andrew Hsieh
f81cdeba6a Refresh android-20 headers/libs
bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9  5/19 2014

Change-Id: I4836f04d9b5b68abe7896e246c9dffa2e175e4ca
2014-05-09 20:08:02 +08:00
Andrew Hsieh
1c8a5c9b3a am 116bf16d: am 870c6634: am 557c79bf: am b769dcb8: Merge "Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN"
* commit '116bf16d1f822c264573662031ed9be4ba49a9da':
  Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN
2014-05-09 02:57:34 +00:00
Andrew Hsieh
116bf16d1f am 870c6634: am 557c79bf: am b769dcb8: Merge "Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN"
* commit '870c6634cce1ec436b541d3023c318d5a9fd5013':
  Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN
2014-05-09 02:52:48 +00:00
Andrew Hsieh
870c6634cc am 557c79bf: am b769dcb8: Merge "Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN"
* commit '557c79bf9fc30d9978af67db04604fd035d90f97':
  Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN
2014-05-09 02:48:27 +00:00
Andrew Hsieh
557c79bf9f am b769dcb8: Merge "Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN"
* commit 'b769dcb815594fc1407d58c7d1e10f72a48aa196':
  Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN
2014-05-09 02:43:24 +00:00
Andrew Hsieh
b769dcb815 Merge "Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN" 2014-05-09 02:38:01 +00:00
Xavier Ducrohet
f1018d2a2f am 580b1703: am 6ee534bf: am 557639cf: am 2567045c: Merge "Remove SDK tools from build."
* commit '580b17036487c0087737431facf9d5d42fd1b3d2':
  Remove SDK tools from build.
2014-05-09 01:05:31 +00:00
Xavier Ducrohet
580b170364 am 6ee534bf: am 557639cf: am 2567045c: Merge "Remove SDK tools from build."
* commit '6ee534bf5d492e61e03fa863ddfb2142131cad9f':
  Remove SDK tools from build.
2014-05-09 00:59:58 +00:00
Xavier Ducrohet
6ee534bf5d am 557639cf: am 2567045c: Merge "Remove SDK tools from build."
* commit '557639cf1167a32c9601a53fd70af7eb81413556':
  Remove SDK tools from build.
2014-05-09 00:56:45 +00:00
Xavier Ducrohet
557639cf11 am 2567045c: Merge "Remove SDK tools from build."
* commit '2567045c07dfae87fa53dfdc349681b5311d3522':
  Remove SDK tools from build.
2014-05-09 00:52:33 +00:00
Xavier Ducrohet
2567045c07 Merge "Remove SDK tools from build." 2014-05-09 00:46:53 +00:00
Xavier Ducrohet
396025ca7f am f4554e79: am 40ad715f: am 7fc13d7a: am 1cad9512: Merge "Fix repo script to ignore tools"
* commit 'f4554e79e0fa2a5b09e636fe5b1765c318d79ce5':
  Fix repo script to ignore tools
2014-05-08 21:51:27 +00:00
Xavier Ducrohet
ce00253c5b Remove SDK tools from build.
(cherry picked from commit 1678734ef064893f28390fac16f4633d0fb7361a)

Change-Id: Ia689f66868de18341b863e19f2958434eb45ca59
2014-05-08 14:49:09 -07:00
Xavier Ducrohet
f4554e79e0 am 40ad715f: am 7fc13d7a: am 1cad9512: Merge "Fix repo script to ignore tools"
* commit '40ad715f74740451e888b336b302f9e8628f3964':
  Fix repo script to ignore tools
2014-05-08 21:42:58 +00:00
Xavier Ducrohet
40ad715f74 am 7fc13d7a: am 1cad9512: Merge "Fix repo script to ignore tools"
* commit '7fc13d7ad63eb0fad3d30b4b909baca6651ee303':
  Fix repo script to ignore tools
2014-05-08 19:36:30 +00:00
Xavier Ducrohet
7fc13d7ad6 am 1cad9512: Merge "Fix repo script to ignore tools"
* commit '1cad951295f4b7bbd6edd8c1c5c7a791f7078033':
  Fix repo script to ignore tools
2014-05-08 19:32:31 +00:00
Xavier Ducrohet
1cad951295 Merge "Fix repo script to ignore tools" 2014-05-08 19:28:09 +00:00
Xavier Ducrohet
d81eb5d833 Fix repo script to ignore tools
Change-Id: I80e6d5802f9a4633378d432eff3e91c2fcf83eeb
2014-05-08 12:26:20 -07:00
Andrew Hsieh
39e47ae801 am 08f9413c: am 96dc8d39: am b05c061e: am 4bc52758: Merge "Update epoll.h from bionic"
* commit '08f9413ce2b463b98ee30e079d4200f05f48cc11':
  Update epoll.h from bionic
2014-05-08 18:36:48 +00:00
Andrew Hsieh
08f9413ce2 am 96dc8d39: am b05c061e: am 4bc52758: Merge "Update epoll.h from bionic"
* commit '96dc8d3956ada4cef55797049e8c91dc5eb42c0d':
  Update epoll.h from bionic
2014-05-08 18:31:23 +00:00
The Android Automerger
c52069b3f6 merge in master-release history after reset to e4e9dc65f1 2014-05-08 05:49:29 -07:00
Pavel Chupin
4120ceca07 Update signal.h from bionic with transition from SIGRTMIN to __SIGRTMIN
Update signal.c for build with old platforms

Change-Id: Ica87465a73004c0885d51e384acd4f42947cc19b
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-05-08 15:34:45 +04:00
Andrew Hsieh
96dc8d3956 am b05c061e: am 4bc52758: Merge "Update epoll.h from bionic"
* commit 'b05c061e501ef35b6b988e5f1f99ecb670d01bbe':
  Update epoll.h from bionic
2014-05-08 00:45:00 +00:00
Andrew Hsieh
b05c061e50 am 4bc52758: Merge "Update epoll.h from bionic"
* commit '4bc5275825af47e11479b2cbff01193e90ca2ff4':
  Update epoll.h from bionic
2014-05-08 00:42:39 +00:00
Andrew Hsieh
4bc5275825 Merge "Update epoll.h from bionic" 2014-05-08 00:40:20 +00:00
Jaekyun Seok
a71ffecaba am e4e9dc65: Return result code properly
* commit 'e4e9dc65f1cc9d1984ea356951de283b0866bdc4':
  Return result code properly
2014-05-08 00:27:54 +00:00
The Android Automerger
088e1f5c92 merge in master-release history after reset to 85283c70fa 2014-05-07 09:10:23 -07:00
Pavel Chupin
9973b9197f Update epoll.h from bionic
Change-Id: I0c1c8180bcfab5022d5dcdcb5c768a17b9d77f16
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
2014-05-07 19:06:03 +04:00
The Android Automerger
fd094800a1 merge in master-release history after reset to e9001a4d53 2014-05-07 05:49:30 -07:00