libnativehelper is available to com.android.bluetooth.updatable

The library is currently depended on by Bluetooth.apk in the bluetooth
apex. Until the dependency is dropped, allow libnativehelper to be
included in the apex.

Or, we might want to allow libnativehelper to be available to
everywhere. This makes sense because the library actually doesn't share
any private info with ART. It is a thin wrapper around the standard JNI
to ease the creation of jni libraries.

Exempt-From-Owner-Approval: cherry-pick from internal

Bug: 143733063
Bug: 147671264
Test: m

Merged-In: Id7b02ebd248be9a5ec644053bd06e510fd975727
(cherry picked from commit 84654d72e2ae33d94fb44699c22695d379ddfb56)
Change-Id: Id7b02ebd248be9a5ec644053bd06e510fd975727
diff --git a/Android.bp b/Android.bp
index eda2519..a9c478b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -84,6 +84,8 @@
         // b/133140750 Clean this up. This is due to the dependency from libplatform_library_jni,
         // librs_jni, libjni_legacymosaic, etc.
         "//apex_available:platform",
+        // b/133140750 Clean this up, or allow this library to everywhere
+        "com.android.bluetooth.updatable",
     ],
 }