• 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

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

Log Message

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

Change-Id: Ia84f204f6c2c42361bde926b65e7a4e590e868a5

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 }