release-request-48587b2e-b0d9-4e33-ae5f-05bd16bc9d6f-for-git_pi-release-4308806 snap-temp-L91400000098269614

Change-Id: I04c0bbfd06250c8bac27eddef7d0fdcb0757a258
This commit is contained in:
android-build-team Robot
2017-08-31 08:04:05 +00:00
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ LOCAL_SRC_FILES := \
$(edify_src_files) \
edify_parser.cpp
LOCAL_CFLAGS := -Werror
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CPPFLAGS := -g -O0
LOCAL_MODULE := edify_parser
LOCAL_YACCFLAGS := -v
@@ -46,7 +46,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(edify_src_files)
LOCAL_CFLAGS := -Werror
LOCAL_CFLAGS := -Wall -Werror
LOCAL_CPPFLAGS := -Wno-unused-parameter
LOCAL_CPPFLAGS += -Wno-deprecated-register
LOCAL_MODULE := libedify
+2
View File
@@ -35,6 +35,8 @@ std::string string_buffer;
%x STR
%option noinput
%option nounput
%option noyywrap
%%