summaryrefslogtreecommitdiffstats
path: root/libwifi_hal
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_hal
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_hal')
-rw-r--r--libwifi_hal/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/libwifi_hal/Android.mk b/libwifi_hal/Android.mk
index 14f529626..1ac89afec 100644
--- a/libwifi_hal/Android.mk
+++ b/libwifi_hal/Android.mk
@@ -13,7 +13,6 @@
# limitations under the License.
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_BUILD_PDK), true)
wifi_hal_cflags := \
-Wall \
@@ -130,5 +129,3 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \
$(LOCAL_PATH)/include \
$(LOCAL_PATH)/testlib/include
include $(BUILD_STATIC_LIBRARY)
-
-endif