summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2023-11-21 16:19:55 -0800
committerWilliam Escande <wescande@google.com>2023-11-21 16:19:55 -0800
commitad03f7267787747c8f6aa80e52f893ecfa2dea00 (patch)
tree383f25c328cd3a279d4345436559673406c29187
parent0ab5782399fe615d42a62acdd7862f8414dcab74 (diff)
downloadlibtextclassifier-ad03f7267787747c8f6aa80e52f893ecfa2dea00.tar.gz
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
-rw-r--r--native/Android.bp2
1 files changed, 2 insertions, 0 deletions
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 @@ cc_library_headers {
export_include_dirs: ["."],
apex_available: [
"//apex_available:platform",
+ "com.android.btservices",
"com.android.neuralnetworks",
"test_com.android.neuralnetworks",
],
@@ -65,6 +66,7 @@ cc_library_static {
min_sdk_version: "apex_inherit",
apex_available: [
"//apex_available:platform",
+ "com.android.btservices",
"com.android.neuralnetworks",
"test_com.android.neuralnetworks",
"com.android.extservices",