Skip to content
Commit 708f3ee2 authored by Michael Hoisie's avatar Michael Hoisie
Browse files

Make Windows variant of libsqlite consistent with Linux+Mac

Previously, the Linux and Mac variants of libsqlite were compiled with
-DSQLITE_ENABLE_ICU. The Windows variant did not include those flags.
Update the libsqlite Windows variant to include the flags.

Windows originally did not include icu because external/icu was not
enabled for host Windows, but it now builds for host Windows.

Host libsqlite is used in tools like Robolectric and LayoutLib.

Note that there is still a libsqlite_static_noicu that contains a
variant of sqlite that is not build with ICU extensions.

Test: m sqlite3 py2-launcher py3-launcher py3-launcher-autorun
Test: m traceconv trace_processor_shell
Bug: 308173442
Change-Id: Ie5f700bb1d8e960ea13cbe588d0fdd747264591f
parent 3fcf9070
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