summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2020-01-16 13:20:38 -0800
committerXusong Wang <xusongw@google.com>2020-01-16 13:20:38 -0800
commitc56c32730c34a7c147da88359b8398c80179c58b (patch)
tree48c7347f89235562b488c3406596e83a81b2e5ab /nn/runtime/test/Android.bp
parent9c36a02af2d4fd22448af655e60f29d994d40800 (diff)
downloadml-c56c32730c34a7c147da88359b8398c80179c58b.tar.gz
Resolve linking error with libtextclassifier_hash.
Fixes: 147728421 Test: m Change-Id: Ia4bce40d8214eec7cae1a7397c5e4468359a6c9e
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index feff1c195..3ba410c3c 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -32,7 +32,6 @@ cc_defaults {
"liblog",
"libnativewindow",
"libneuralnetworks_packageinfo",
- "libtextclassifier_hash",
"libutils",
],
static_libs: [
@@ -42,6 +41,7 @@ cc_defaults {
"android.hardware.neuralnetworks@1.3",
"libc++fs",
"libneuralnetworks_generated_test_harness",
+ "libtextclassifier_hash_static",
],
whole_static_libs: [
"libcrypto_static",
@@ -97,7 +97,6 @@ cc_test {
],
shared_libs: [
"libneuralnetworks",
- "libtextclassifier_hash",
],
}