summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJeongik Cha <jeongik@google.com>2019-02-22 18:43:44 +0900
committerJeongik Cha <jeongik@google.com>2019-02-22 18:43:44 +0900
commit0f750c28b1ce7ccad93c678237ef3c8896cabc1d (patch)
tree99bb26c7465015923e7569e8d2e754d1884c7034 /Android.bp
parent5f9db7fe5a62d5bb6dd636a1853f6652e0024c01 (diff)
downloadnetd-0f750c28b1ce7ccad93c678237ef3c8896cabc1d.tar.gz
make libjsoncpp be imported by only netd
netd_benchmark doesn't use log feature of aidl. but because it statically imports aidl_interface(that turns on genlog), it should import libjsoncpp. when the patch in aidl is applied, it doesn't need to import libjsoncpp in the case that module statically imports it. so remove libjson import in netd_default, and add it into only netd https://android-review.googlesource.com/c/platform/system/tools/aidl/+/909474 https://android-review.googlesource.com/c/platform/system/netd/+/853730/11/Android.bp#35 Bug: 124871490 Test: system/netd/tests/runtests.sh Change-Id: Ibdc14fcc339134c9e22d074fa676f00729257f04
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 14d5e1cb..114b2e16 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,7 +39,4 @@ cc_defaults {
+ ",'performance-*'"
+ ",'misc-*'"
],
- shared_libs: [
- "libjsoncpp",
- ],
}