• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/hardware/interfaces


Commit MetaInfo

Revision524dc0cec979e5cde31fd749d7a4c40fefb1b309 (tree)
Time2017-10-03 08:56:01
AuthorChih-Hung Hsieh <chh@goog...>
Commiterandroid-build-merger

Log Message

Use -Werror in system/hardware/interfaces am: 47040c3486 am: 8dc2fa901e am: a82ba9b771
am: b167f47f14

Change-Id: Ie4e5b8a65a7699b752adfecadcdb12718e9d9bd5

Change Summary

Incremental Difference

--- a/wifi/keystore/1.0/Android.bp
+++ b/wifi/keystore/1.0/Android.bp
@@ -132,5 +132,6 @@ cc_test {
132132 "android.system.wifi.keystore@1.0",
133133 "android.system.wifi.keystore@1.0-adapter-helper",
134134 ],
135+ cflags: ["-Wall", "-Werror"],
135136 generated_sources: ["android.system.wifi.keystore@1.0-adapter_genc++"],
136137 }
--- a/wifi/keystore/1.0/vts/functional/Android.bp
+++ b/wifi/keystore/1.0/vts/functional/Android.bp
@@ -33,5 +33,7 @@ cc_test {
3333 cflags: [
3434 "-O0",
3535 "-g",
36+ "-Wall",
37+ "-Werror",
3638 ],
3739 }