Skip to content
Commit e1a2b0ad authored by dimitry's avatar dimitry
Browse files

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
parent 5ab41d19
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