You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| tests | 4 years ago | |
| README | 4 years ago | |
| conf_arm.sh | 4 years ago | |
| conf_mips.sh | 4 years ago | |
| conf_x86.sh | 4 years ago | |
README
This version of libunwind based on libunwind 1.1.
--------------------------------------------------------------------------
To configure a libunwind install for arm:
source build/envsetup.sh
lunch aosp_arm-eng
make -jXX
cd external/libuwnind
android/conf_arm.sh
To configure a libunwind install for mips:
source build/envsetup.sh
lunch aosp_mips-eng
make -jXX
cd external/libuwnind
android/conf_mips.sh
To configure a libunwind install for x86:
source build/envsetup.sh
lunch aosp_x86-eng
make -jXX
cd external/libuwnind
android/conf_x86.sh