aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Brandenburger <filbranden@google.com>2015-07-30 11:21:22 -0700
committerFilipe Brandenburger <filbranden@google.com>2015-08-03 15:45:04 -0700
commit58714c471e7635d44ac4cf391198c6aca7cfadeb (patch)
tree18917dce9366e3701263a26374ebcf46682d73bf
parent3feeefee6cb060a1b717e4968bac06ab99626dd0 (diff)
downloadplatform_external_iw-58714c471e7635d44ac4cf391198c6aca7cfadeb.tar.gz
platform_external_iw-58714c471e7635d44ac4cf391198c6aca7cfadeb.tar.bz2
platform_external_iw-58714c471e7635d44ac4cf391198c6aca7cfadeb.zip
iw: include iw in both "userdebug" and "eng" Android builds
The binary is also relevant on debug builds. While at it, removed commented out line marking it as optional. TEST=Built AOSP tree with this patchset, tested the generated iw binary. Change-Id: I0bb234c5035235155e9bfb0eb3fd05fb698d4775 Signed-off-by: Filipe Brandenburger <filbranden@google.com>
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 4a50f89..db77a49 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,8 +11,7 @@ LOCAL_SRC_FILES := $(patsubst %.o,%.c,$(OBJS))
LOCAL_CFLAGS += -DCONFIG_LIBNL20
LOCAL_LDFLAGS := -Wl,--no-gc-sections
-#LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_TAGS := eng
+LOCAL_MODULE_TAGS := debug
LOCAL_STATIC_LIBRARIES := libnl
LOCAL_MODULE := iw