diff options
author | Xin Li <delphij@google.com> | 2019-02-18 15:58:36 -0800 |
---|---|---|
committer | Xin Li <delphij@google.com> | 2019-02-18 15:58:36 -0800 |
commit | 4a54a208f8d0ed789fec238e22b9b3055ac8cfb2 (patch) | |
tree | 4ef28da0a0ae85e72e273732109716c980c23fda | |
parent | 857142085f984d3d218152d7da4d57c2201d94e9 (diff) | |
parent | f1ffd56a512bfdead74f52c85159a2c588ed8f6c (diff) | |
download | platform_hardware_interfaces-4a54a208f8d0ed789fec238e22b9b3055ac8cfb2.tar.gz platform_hardware_interfaces-4a54a208f8d0ed789fec238e22b9b3055ac8cfb2.tar.bz2 platform_hardware_interfaces-4a54a208f8d0ed789fec238e22b9b3055ac8cfb2.zip |
DO NOT MERGE - Merge PPRL.190205.001 into master
Bug: 124234733
Change-Id: Id802777a54701534cc747ebecf5b1f1b79c132be
-rw-r--r-- | wifi/1.2/default/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wifi/1.2/default/Android.mk b/wifi/1.2/default/Android.mk index 3c26383a6f..391969018c 100644 --- a/wifi/1.2/default/Android.mk +++ b/wifi/1.2/default/Android.mk @@ -30,8 +30,6 @@ endif ifdef WIFI_HIDL_FEATURE_DISABLE_AP LOCAL_CPPFLAGS += -DWIFI_HIDL_FEATURE_DISABLE_AP endif -# Allow implicit fallthroughs in wifi_legacy_hal.cpp until they are fixed. -LOCAL_CFLAGS += -Wno-error=implicit-fallthrough LOCAL_SRC_FILES := \ hidl_struct_util.cpp \ hidl_sync_util.cpp \ |