summaryrefslogtreecommitdiffstats
path: root/libwifi_system
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-12-12 14:54:10 -0800
committerDan Willemsen <dwillemsen@google.com>2016-12-12 23:36:57 +0000
commitbdd68181d42e8a85a74d6d20acf914d957db6302 (patch)
treec07f37e84e53c4819404f70dd8a5725395eb7d97 /libwifi_system
parentd0258ee4816148ff4ab9ac6b854fc5c51ea53be3 (diff)
downloadandroid_frameworks_opt_net_wifi-bdd68181d42e8a85a74d6d20acf914d957db6302.tar.gz
android_frameworks_opt_net_wifi-bdd68181d42e8a85a74d6d20acf914d957db6302.tar.bz2
android_frameworks_opt_net_wifi-bdd68181d42e8a85a74d6d20acf914d957db6302.zip
Enable libwifi-hal-common, libwifi_system in the PDK
libwifi-hal-common is required by libhardware_legacy, which does need to build in the PDK. libwifi_system is required by libwificond, which builds in the PDK. Bug: 33451638 Test: With PDK, mmma -j frameworks/opt/net/wifi/libwifi_hal Test: With PDK, mmma -j frameworks/opt/net/wifi/libwifi_system Change-Id: I55a534714e6ce23f39326359cdfaef939fd028df
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