Update Android.bp/config file for new libnl.

Test: treehugger
Change-Id: I24f6d65d87fff61600c93422e2bbefd01f8a8b53
diff --git a/Android.bp b/Android.bp
index 8f36786..3752cf3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -97,7 +97,7 @@
         "-Wno-pointer-arith",
         "-UNDEBUG",
         "-D_GNU_SOURCE",
-        "-DSYSCONFDIR=\"\\\"/etc/libnl\\\"\"",
+        "-D_NL_SYSCONFDIR_LIBNL=\"\\\"/etc/libnl\\\"\"",
     ],
 
     sanitize: {
diff --git a/include/config.h b/include/config.h
index a64cb61..3ce6d50 100644
--- a/include/config.h
+++ b/include/config.h
@@ -56,7 +56,7 @@
 #undef LT_OBJDIR
 
 /* Define to 1 to enable debugging */
-#undef NL_DEBUG
+#define NL_DEBUG 0
 
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #undef NO_MINUS_C_MINUS_O