summaryrefslogtreecommitdiff
path: root/toolchain-extras/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-26 03:09:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-26 03:09:01 +0000
commit3287b8d6f03f97b18b7c7ec9ff7c0c61d3fba9fe (patch)
treee4e192a00cdd1a33815a765f6b212069222e9d84 /toolchain-extras/Android.bp
parentbe514cb4014d92376c2eaa48d8138800c50725bf (diff)
parentb98bc39d9f3d44fc2910c0bdd16ba1933cab282d (diff)
downloadextras-3287b8d6f03f97b18b7c7ec9ff7c0c61d3fba9fe.tar.gz
Snap for 7495277 from b98bc39d9f3d44fc2910c0bdd16ba1933cab282d to sc-d1-release
Change-Id: I851200259217102355077352e47525dd4d27e2c5
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,