From ad03f7267787747c8f6aa80e52f893ecfa2dea00 Mon Sep 17 00:00:00 2001 From: William Escande Date: Tue, 21 Nov 2023 16:19:55 -0800 Subject: 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 --- native/Android.bp | 2 ++ 1 file changed, 2 insertions(+) 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", -- cgit v1.2.3