commit | 24ab1769a2b75ada7f569deef206fd61ff96b4cf | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <[email protected]> | Fri Sep 29 14:54:13 2017 -0700 |
committer | Chih-Hung Hsieh <[email protected]> | Mon Oct 02 10:09:56 2017 -0700 |
tree | 491b1bd281a8d38672ba9a691bd0df9d6370556b | |
parent | 61019c7e42067347dfaaf42f9475af5d1413dcfd [diff] [blame] |
Use -Werror in frameworks/rs * Use -Wno-error= to keep existing warnings, to fix later Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I1cbfb56740618ee9c78d82218ae49931251689e7
diff --git a/cpp/Android.bp b/cpp/Android.bp index e25e39a..710c690 100644 --- a/cpp/Android.bp +++ b/cpp/Android.bp
@@ -6,6 +6,8 @@ include_dirs: ["frameworks/rs"], cflags: [ + "-Wall", + "-Werror", "-Wno-unused-parameter", "-std=c++11", ],