summaryrefslogtreecommitdiffstats
path: root/libwifi_system
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-12-13 20:35:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-12-13 20:35:45 +0000
commit372566067d4c6c76e7875afd47f069c18dd30dd4 (patch)
tree9490156c639699905e58d477cdbeac6c21ffee4f /libwifi_system
parentcb5d15ae89f519a78df0ac34db72aeed814e4402 (diff)
parentbdd68181d42e8a85a74d6d20acf914d957db6302 (diff)
downloadandroid_frameworks_opt_net_wifi-372566067d4c6c76e7875afd47f069c18dd30dd4.tar.gz
android_frameworks_opt_net_wifi-372566067d4c6c76e7875afd47f069c18dd30dd4.tar.bz2
android_frameworks_opt_net_wifi-372566067d4c6c76e7875afd47f069c18dd30dd4.zip
Merge "Enable libwifi-hal-common, libwifi_system in the PDK"
Diffstat (limited to 'libwifi_system')
-rw-r--r--libwifi_system/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libwifi_system/Android.mk b/libwifi_system/Android.mk
index f969247e1..38717e161 100644
--- a/libwifi_system/Android.mk
+++ b/libwifi_system/Android.mk
@@ -14,8 +14,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_BUILD_PDK), true)
-
wifi_system_cflags := \
-Wall \
-Werror \
@@ -88,5 +86,3 @@ LOCAL_SHARED_LIBRARIES := \
libbase \
libwifi-system
include $(BUILD_NATIVE_TEST)
-
-endif