From b19425e01113f3341c48f5283affd386658281b0 Mon Sep 17 00:00:00 2001 From: Yao Chen Date: Thu, 8 Mar 2018 14:38:12 -0800 Subject: Remove unused shared lib from statsd Test: build statsd, and statsd_test Bug: 72129300 Change-Id: I0ebff977dabe796799a0d41c64adb2c2f2e9035e --- cmds/statsd/Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmds') diff --git a/cmds/statsd/Android.mk b/cmds/statsd/Android.mk index 7f0a26c1714e..3b679fc5cef3 100644 --- a/cmds/statsd/Android.mk +++ b/cmds/statsd/Android.mk @@ -82,10 +82,8 @@ statsd_common_static_libraries := \ statsd_common_shared_libraries := \ libbase \ libbinder \ - libcutils \ libincident \ liblog \ - libselinux \ libutils \ libservices \ libprotoutil \ @@ -308,4 +306,4 @@ statsd_common_static_libraries:= statsd_common_shared_libraries:= -include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file +include $(call all-makefiles-under,$(LOCAL_PATH)) -- cgit v1.2.3-59-g8ed1b