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.
sandy 5629dff5f1 PL280 release code 4 years ago
..
tests PL280 release code 4 years ago
README PL280 release code 4 years ago
conf_arm.sh PL280 release code 4 years ago
conf_mips.sh PL280 release code 4 years ago
conf_x86.sh PL280 release code 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