commit | 914f7a2990ef0e02d4632dd77076c6c7bb11e6dd | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Tue Dec 06 18:43:24 2011 -0800 |
committer | Stephen Hines <srhines@google.com> | Wed Dec 07 11:41:28 2011 -0800 |
tree | 2a9d3ffe6913191fcbcae9f3b6317c0408d47332 | |
parent | bfcdc63c22ae6dd1aa909f7696693d539da3f4aa [diff] [blame] |
Enable -Wall/-Werror with LOCAL_RENDERSCRIPT_FLAGS. Change-Id: Ia2a058e6711839d89072c2e96f0c60aa4cedda6b
diff --git a/core/definitions.mk b/core/definitions.mk index 53f22c7..154c026 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -802,6 +802,7 @@ -d $(PRIVATE_RS_OUTPUT_DIR) \ -a $@ -MD \ $(addprefix -target-api , $(PRIVATE_RS_TARGET_API)) \ + $(PRIVATE_RS_FLAGS) \ $(foreach inc,$(PRIVATE_RS_INCLUDES),$(addprefix -I , $(inc))) \ $(PRIVATE_RS_SOURCE_FILES) #$(hide) $(LLVM_RS_LINK) \