summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Pollock <jmpollock@google.com>2020-10-09 10:53:10 +0100
committerJim Pollock <jmpollock@google.com>2020-10-09 10:53:10 +0100
commit4b97d5cd482e679c2cc72bda500236249b567624 (patch)
tree7fedcc9d0336cf93a038f519768ddbc5d41d0739
parente238d86505854623f9a39bf480b1aa5c78151f61 (diff)
downloadml-4b97d5cd482e679c2cc72bda500236249b567624.tar.gz
nn: use libc++_static as stl instead of c++_static
libc++_static is preferred and more consistent with the other build targets. Bug: None Test: mm CtsNNAPITests_static Change-Id: Id96b9705a1ad5bd57d79673a0bfc79e632a2b91b
-rw-r--r--nn/runtime/test/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 964d1e5ee..4ea388a1f 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -389,7 +389,7 @@ cc_library_static {
"libgtest_ndk_c++",
],
sdk_version: "current",
- stl: "c++_static",
+ stl: "libc++_static",
}
cc_defaults {