diff options
Diffstat (limited to 'gps/pla/Android.mk')
-rw-r--r-- | gps/pla/Android.mk | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/gps/pla/Android.mk b/gps/pla/Android.mk index ce062bb..5d6bb97 100644 --- a/gps/pla/Android.mk +++ b/gps/pla/Android.mk @@ -1,20 +1,6 @@ GNSS_CFLAGS := \ -Werror \ - -Wno-error=unused-parameter \ - -Wno-error=format \ - -Wno-error=macro-redefined \ - -Wno-error=reorder \ - -Wno-error=missing-braces \ - -Wno-error=self-assign \ - -Wno-error=enum-conversion \ - -Wno-error=logical-op-parentheses \ - -Wno-error=null-arithmetic \ - -Wno-error=null-conversion \ - -Wno-error=parentheses-equality \ - -Wno-error=undefined-bool-conversion \ - -Wno-error=tautological-compare \ - -Wno-error=switch \ - -Wno-error=date-time + -Wno-undefined-bool-conversion ifneq ($(BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE),) ifneq ($(BUILD_TINY_ANDROID),true) |