rombuilding fixes - stop exporting base.iby, and set the other bits to work with the kernel base.iby
import sqlite3# The shared cache is only available in SQLite versions 3.3.3 or later# See the SQLite documentaton for details.sqlite3.enable_shared_cache(True)