summaryrefslogtreecommitdiff
path: root/toolchain-extras/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain-extras/Android.bp')
-rw-r--r--toolchain-extras/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain-extras/Android.bp b/toolchain-extras/Android.bp
index 007817ec..220f3e34 100644
--- a/toolchain-extras/Android.bp
+++ b/toolchain-extras/Android.bp
@@ -129,11 +129,10 @@ cc_test {
srcs: [
"profile-clang-extras-test.cpp",
],
- static_libs: [
+ whole_static_libs: [
"libprofile-clang-extras",
],
ldflags: [
- "-uinit_profile_extras",
"-Wl,--wrap,open",
],
native_coverage: false,