- 05 Oct, 2012 1 commit
-
-
Ying Wang authored
If it's built with the platform build system. So you can use it in unbundled branches: 1. Add the git project ndk to your unbundled branch's repo manifest. 2. LOCAL_STATIC_LIBRARIES += cpufeatures Change-Id: I702f33bb540de80b4488b9bae3d8b5e1e8c392b6
-
- 24 Sep, 2012 2 commits
-
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
- 22 Sep, 2012 3 commits
-
-
Andrew Hsieh authored
NDK toolchain/headers/libraries/etc may be built not being universally readable/executable, if umask is set to 0027 for example. This may causes trouble when make-standalone-toolchain.sh is run under root privilege and render standalone toolchain inaccessible to some. Apparently "umask 0022" already in package-release.sh doesn't help, hence this fix. Change-Id: I9fdcb23c42168292194a0c259314d83389c82797
-
Andrew Hsieh authored
See http://code.google.com/p/android/issues/detail?id=34613 Also, fix a typo in multi-abi/README Change-Id: I1ef01f6314ac4c16edbcee54626bcb277bf1d6a0
-
Andrew Hsieh authored
-
- 21 Sep, 2012 4 commits
-
-
Andrew Hsieh authored
-
Andrew Hsieh authored
Check to ensure NDK isn't installed in path containing space. Many NDK scripts aren't ready to handle path with space yet. Change-Id: I1a76a9ff7bb84fd9a5c27f73e17b753c858070e7
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
- 20 Sep, 2012 12 commits
-
-
Andrew Hsieh authored
1. Allow run-tests.sh and standalone/run.sh to be called from other script which enumerates different test configurations 2. Cygwin compatibility Change-Id: I6cd114882c24f42f7273db92f82f3329c02cb3b8
-
Andrew Hsieh authored
1) Also pass -march=armv7-a to linker when targeting armeabi-v7a 2) About _STLP_NO_LONG_DOUBLE in stlport Change-Id: I2946a6ee3159c1a6c4f16db62deddb6ae9c65722
-
Andrew Hsieh authored
internal issue: STL bug when we copy vector into a set Change-Id: Ia498bbe9e17f425f493ffcf9cc92f38b9e74e6b5
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
See http://code.google.com/p/android/issues/detail?id=28598 Change-Id: I7aa3573b7554783e4900060560ad7fef3e182a5c
-
Andrew Hsieh authored
See http://code.google.com/p/android/issues/detail?id=22165 Change-Id: Iee91750a8095d724bc4b12a09dc4729ef6688588
-
Andrew Hsieh authored
-
Logan Chien authored
The /system/bin/linker was protecting read-only sections, even when it is relocating the fixups. Thus, we should emit DW_EH_PE_indirect in .eh_frame. Change-Id: Ic751700d0244c5cd27e487794d17933be1620bbb
-
Andrew Hsieh authored
-
Andrew Hsieh authored
Use 'now' instead of specific date until when we need to cut a release. This way, we don't need to commit dev-defaults.sh too often just to update TOOLCHAIN_GIT_DATE and catch recent commits in toolchain repo, development.git and ndk.git Change-Id: I6150c374ca74c4ba42ed81ca7aeba8b2dd40fa0a
-
- 19 Sep, 2012 3 commits
-
-
Andrew Hsieh authored
Also cleanup duplicated -j option Change-Id: I17c05ba66cbaa620e7b5fbad7a31f428ef2ceddc
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
- 18 Sep, 2012 2 commits
-
-
Andrew Hsieh authored
Change-Id: Ie9bf3bda93d39b04c0e9fcb870e579e02125a42c
-
Andrew Hsieh authored
Add the following predefined flags already exist in GCC NDK toolcahin, to make clang an easier drop-in replacement in makefile (standalone mode) arm: -fpic -mehabi -mignore-has-ras x86: -fPIC -mstackrealign -msse3 (*1) mips: -fpic (*1) Other flags for x86 in GCC NDK -fno-short-enums is already the default in clang -mfpmath=sse is ignored ! -marth=i686 -mtune=atom : use -target instead Change-Id: I2a76f8200e8d78bbfc173175a5d0060ab35d1cd8
-
- 13 Sep, 2012 2 commits
-
-
Andrew Hsieh authored
-
Logan Chien authored
This fix the regression of test_basic_rtti, test_cpufeatures, test_gabixx_shared_rtti, test_gabixx_static_rtti, test_guard_variables, test_stlport_rtti, test_whole_static_libs. Without -fPIC, we will emit several relocation entries on read-only address. Change-Id: Ica8b8f6bd54275d0d03e71699a7ed1a06e3f009d
-
- 12 Sep, 2012 11 commits
-
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Andrew Hsieh authored
-
Logan Chien authored
Change-Id: Ie47615b2b5855f4259afd55fab1655c337478991
-
Logan Chien authored
Change-Id: If3480b04d3e871d2b5bbe8dc1e02c5c3b25fe3bb
-
Logan Chien authored
"target" has the same meaning with ccc-host-triple. However, ccc-host-triple is deprecated in flavor of target. Change-Id: Ibb41573798fd9e3bed63840af23fab0a63f640b0
-
Logan Chien authored
Change-Id: I3abf9ece6a46271415eac957bcc1c394883b7c11
-