Skip to content
Commit 6edd2523 authored by Colin Cross's avatar Colin Cross
Browse files

Fix static_sdk_tools by using static libicuuc

The static_sdk_tools build builds sqlite3 with BUILD_HOST_static=1,
which forces it to be linked as a static executable.  Switch the host
build to make libicuuc and its transitive dependencies static so that
the static binary can link without missing symbols errors.

Test: m static_sdk_tools TARGET_RELEASE=trunk dist BUILD_HOST_static=1
Change-Id: I9d4e910cd34094d4297119f5eba215b30cc52b11
parent 08326f72
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment