You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ut_SG560D/UM.9.14/external/libunwind/android
quectel 55794fdde8 QCM6490:Alyssa:upload QCM6490 android12 base code.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7
4 years ago
..
tests QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
README QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
conf_arm.sh QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
conf_mips.sh QCM6490:Alyssa:upload QCM6490 android12 base code. 4 years ago
conf_x86.sh QCM6490:Alyssa:upload QCM6490 android12 base 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