summaryrefslogtreecommitdiff
path: root/libvndksupport
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-05-31 00:46:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-31 00:46:42 +0000
commit76080e7115a379b78dfc41a3a3ec2747adc8287c (patch)
treedd19bba68793bdf5a3d28ef096536903d8b70c7d /libvndksupport
parent059cbcc4b34f48e1b79c77ea29f0dcb66bd76ee5 (diff)
parent94baf7270a91f1f23ddb8641478047372aefbb00 (diff)
downloadcore-76080e7115a379b78dfc41a3a3ec2747adc8287c.tar.gz
Merge "fix: ATRACE does not work for libs loaded in sphal namespace" into oc-dev am: b560e6db6a
am: 94baf7270a Change-Id: I5042241c4239800a4b8ff1f18db1ab66b029c5c3
Diffstat (limited to 'libvndksupport')
-rw-r--r--libvndksupport/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvndksupport/Android.bp b/libvndksupport/Android.bp
index ab9e26fe4..b62422323 100644
--- a/libvndksupport/Android.bp
+++ b/libvndksupport/Android.bp
@@ -1,6 +1,6 @@
subdirs = ["tests"]
-cc_library_shared {
+cc_library {
name: "libvndksupport",
srcs: ["linker.c"],
local_include_dirs: ["include/vndksupport"],