Enable native_bridge_support for libunwindbacktrace/libunwind_static

Android build system added support for building translated binaries
used on natively bridged 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 libunwindbacktrace/libunwind_static
needed by libcompiler_rt library, which is implicitly used by
renderscript.

Bug: http://b/77159578
Test: make
Change-Id: I58ddea996d75b3ef11e4bd6dbc39d23d5ac50006
1 file changed