Enable native_bridge_support for libsqlite
Android build system added support for building translated binaries used on natively bridge targets (arm on x86 for example). However in order to avoid building unnecessary binaries and libraries for such architectures most modules do not support native bridge by default. All needed modules have to explicitly indicate if they may be used as part of translated binary build. This change enabled native bridge support for libsqlite because is a greylisted library and needs to be available to apps targeting Andorid version < 24 Bug: http://b/77159578 Test: make Change-Id: Idc03773014ef2ddd20e4c6b164cb5f4cd3f2d142
Loading
Please register or sign in to comment