aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-07-11 11:50:12 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-11 11:50:12 -0700
commit2a7f64ada6006fc2cf13635030fd197230df17a2 (patch)
treed1e9732d33649022cddbc691c87282a16ba1b8f9
parent4b78b765daf510d829d5f84f70ec059a82fad312 (diff)
parent7b1b47695f273572832e8de0ff9b4dd3402f9885 (diff)
downloadiw-2a7f64ada6006fc2cf13635030fd197230df17a2.tar.gz
Use shared version of vndk libnl am: 1859e923e4
am: 7b1b47695f Change-Id: I3f17bdfe165ecd5646e18d8f68cf7caded51d75f
-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 {