Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
conf_arm.sh | 23-Apr-2015 | 2.3K | |
conf_mips.sh | 23-Apr-2015 | 2K | |
conf_x86.sh | 23-Apr-2015 | 2K | |
README | 23-Apr-2015 | 548 | |
tests/ | 23-Apr-2015 |
1 This version of libunwind based on libunwind 1.1. 2 3 -------------------------------------------------------------------------- 4 To configure a libunwind install for arm: 5 6 source build/envsetup.sh 7 lunch aosp_arm-eng 8 make -jXX 9 cd external/libuwnind 10 android/conf_arm.sh 11 12 To configure a libunwind install for mips: 13 14 source build/envsetup.sh 15 lunch aosp_mips-eng 16 make -jXX 17 cd external/libuwnind 18 android/conf_mips.sh 19 20 To configure a libunwind install for x86: 21 22 source build/envsetup.sh 23 lunch aosp_x86-eng 24 make -jXX 25 cd external/libuwnind 26 android/conf_x86.sh 27