| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Bug: 11634378
Change-Id: I77933e690e377d4704831f1142de8d6b44053327
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previous ones were built from assembly code with hack to iterate all
eh frames and record ranges. Since 20c4a3a8eee5ca8c87ae377732f541baffce1fda
X86's crt*o in platform are compiled from C code w/o the hack, and stop
depending on __deregister_frame_info_bases. Refreshing prebuilts/ndk's
crt*o to be consistent with platform's, otherwise when linking unbundled
lib you may get linker warning reads:
hidden symbol '__deregister_frame_info_bases' in libgcc.a(unwind-dw2-fde-dip.o)
is referenced by DSO out/target/product/generic_x86/obj/lib/libexpat.so
Change-Id: If9015db058bf18416f2c2093dbde25ebcfbf3e58
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Update prebuilts/ndk/8 to r8d release (*1), except for
2. sources/cxx-stl/gabi++ and sources/cxx-stl/stlport remain
in r8c before exception handling support is added for r8d.
Both will be upgraded to r8d once abi/ is upgraded to r8d's
gabi++.
3. Add link 8/platforms/android-*
(*1) http://developer.android.com/tools/sdk/ndk/index.html
Change-Id: If61526b0f815a0f980ab19ffd10765a3b69ceb28
|
|
|
|
| |
Change-Id: I10e96f48dcd7134cf45a6d8406bf8b69f6593eba
|
|
and simplify the directory names.
With this we will unify all LOCAL_NDK_VERSIONs in the
platform to the latest stable NDK.
Bug: 6932421
Change-Id: I1842caaced8c621a49e92326bbbd85b284561c0f
|