aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-07-11 11:40:26 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-11 11:40:26 -0700
commit7b1b47695f273572832e8de0ff9b4dd3402f9885 (patch)
treed1e9732d33649022cddbc691c87282a16ba1b8f9
parent4b78b765daf510d829d5f84f70ec059a82fad312 (diff)
parent1859e923e46e4ad073d5938f3d739fb42d1d958f (diff)
downloadiw-7b1b47695f273572832e8de0ff9b4dd3402f9885.tar.gz
Use shared version of vndk libnlndk-sysroot-r21
am: 1859e923e4 Change-Id: Ie1ec7ad77b874e09c683781ec6f37d74a94885f0
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 34606b9..4275c3f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -58,7 +58,7 @@ cc_defaults {
],
ldflags: ["-Wl,--no-gc-sections"],
- static_libs: ["libnl"],
+ shared_libs: ["libnl"],
}
cc_binary {