aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2019-07-11 12:49:44 +0900
committerInseob Kim <inseob@google.com>2019-07-11 12:49:44 +0900
commit1859e923e46e4ad073d5938f3d739fb42d1d958f (patch)
treed1e9732d33649022cddbc691c87282a16ba1b8f9
parentfa92d9596a0873aa6179ffb11523514d94f6eb10 (diff)
downloadiw-1859e923e46e4ad073d5938f3d739fb42d1d958f.tar.gz
Use shared version of vndk libnlandroid-o-mr1-iot-release-1.0.14
When using VNDK, Vendor modules should use shared version. Bug: 137178339 Test: mma Change-Id: Ib1e56a5780829f027a48df0c34abdf80ee01aa92
-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 {