Allow btservices to use hash library

In order to use expresslog metric, btservices need to link against this
library

Test: Build + flash + check metric report
Bug: 312557450
Change-Id: I71fbf10620100651b16fdeeb9b8ad9ee5de55984
diff --git a/native/Android.bp b/native/Android.bp
index 63270c2..5287894 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -28,6 +28,7 @@
     export_include_dirs: ["."],
     apex_available: [
         "//apex_available:platform",
+        "com.android.btservices",
         "com.android.neuralnetworks",
         "test_com.android.neuralnetworks",
     ],
@@ -65,6 +66,7 @@
     min_sdk_version: "apex_inherit",
     apex_available: [
         "//apex_available:platform",
+        "com.android.btservices",
         "com.android.neuralnetworks",
         "test_com.android.neuralnetworks",
         "com.android.extservices",