diff options
| author | 2018-03-14 18:48:20 +0000 | |
|---|---|---|
| committer | 2018-03-14 18:48:20 +0000 | |
| commit | a9e73469c59df4ea596d3872e90b1d13fcbac779 (patch) | |
| tree | bcc7c702cc2743f666700669ca3f2fd200a9ca89 /cmds | |
| parent | 574182372975e8ed5b6dcb6ca0dd6f8c6ce72de4 (diff) | |
| parent | b19425e01113f3341c48f5283affd386658281b0 (diff) | |
Merge "Remove unused shared lib from statsd" into pi-dev
Diffstat (limited to 'cmds')
| -rw-r--r-- | cmds/statsd/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
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)) |