sanders: gps: Fix build for Pie

Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Prema Chand Alugu
2018-08-12 09:13:10 +05:30
committed by ronaxdevil
parent 9903b3b215
commit c24d074472
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ LOCAL_SRC_FILES += \
LOCAL_CFLAGS += \
-fno-short-enums \
-Wno-reinterpret-base-class \
-D_ANDROID_
LOCAL_C_INCLUDES:= \

View File

@@ -25,6 +25,7 @@ LOCAL_SRC_FILES += \
LOCAL_CFLAGS += \
-fno-short-enums \
-Wno-reinterpret-base-class
ifeq ($(TARGET_BUILD_VARIANT),user)
LOCAL_CFLAGS += -DTARGET_BUILD_VARIANT_USER