]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: fix references to libnl in Android.mk
authorFilipe Brandenburger <filbranden@google.com>
Thu, 30 Jul 2015 21:47:08 +0000 (14:47 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Aug 2015 08:58:48 +0000 (10:58 +0200)
The latest AOSP refers to that library as libnl and not libnl_2.

TEST=Built AOSP tree with this patchset, tested the generated iw binary.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Android.mk

index 735b236809ef31748b2e7684cf4b4a590f40c413..03bcc3e93d4df42fa63e85d6203369a576665a53 100644 (file)
@@ -9,15 +9,11 @@ include $(LOCAL_PATH)/Makefile
 
 LOCAL_SRC_FILES := $(patsubst %.o,%.c,$(OBJS)) android-nl.c
 
-LOCAL_C_INCLUDES := \
-       $(LOCAL_PATH) \
-       external/libnl-headers/
-
 LOCAL_CFLAGS += -DCONFIG_LIBNL20
 LOCAL_LDFLAGS := -Wl,--no-gc-sections
 #LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE_TAGS := eng
-LOCAL_STATIC_LIBRARIES := libnl_2
+LOCAL_STATIC_LIBRARIES := libnl
 LOCAL_MODULE := iw
 
 $(IW_SOURCE_DIR)/version.c: