From e21a07848e8e1f88d6699ab35d4e1b987c7c9f30 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 20 Mar 2014 11:10:50 -0700 Subject: taskstats: convert to libnl libnl_2 has been replaced with libnl. Change-Id: Ie96a92c3a77a1a4dcbf0646b1a8f41659f0027e8 --- taskstats/Android.mk | 8 ++------ taskstats/taskstats.c | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) (limited to 'taskstats') diff --git a/taskstats/Android.mk b/taskstats/Android.mk index 81ebd55c..1a3cbdb7 100644 --- a/taskstats/Android.mk +++ b/taskstats/Android.mk @@ -6,15 +6,11 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ taskstats.c -LOCAL_C_INCLUDES := \ - external/libnl-headers - -LOCAL_STATIC_LIBRARIES := \ - libnl_2 +LOCAL_SHARED_LIBRARIES := \ + libnl LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES) LOCAL_MODULE_TAGS := debug LOCAL_MODULE:= taskstats -LOCAL_32_BIT_ONLY := true include $(BUILD_EXECUTABLE) diff --git a/taskstats/taskstats.c b/taskstats/taskstats.c index 66cc0c5e..66e6abc7 100644 --- a/taskstats/taskstats.c +++ b/taskstats/taskstats.c @@ -23,7 +23,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3