summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2018-11-09C++17 compatibility.Elliott Hughes
The `register` storage specifier has been removed. This code has been removed in internal master, so just patch the AOSP copy locally for now. Bug: http://b/111067277 Test: builds Change-Id: I3d9405402d0e156a244833fe50e0ff92a96e6717
2018-09-04Suppress -Wimplicit-fallthrough.Chih-Hung Hsieh
-Wimplicit-fallthrough will be enabled globally. Test: build with global -Wimplicit-fallthrough. Change-Id: I546476b2bfa61ac2305f39cd3940f72eb4d34575
2017-10-11Use -Werror in external/opencvChih-Hung Hsieh
* Suppress existing warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ifbe2cf34b4c6230131a6a325d83f14c64920510f
2016-10-05Disable clang-analyzer-* checks.Chih-Hung Hsieh
Clang-tidy's analyzer checks have segmentation fault. Bug: 31559947 Test: make with WITH_TIDY=1 and WITH_TIDY_CHECKS=* Change-Id: I79f071670feb188a8fbd69f5d34047c29a8019fa
2016-07-07Suppress warnings in external/opencvAurimas Liutikas
Bug: 28860512 Change-Id: I4392accb25344d7e3be83d0ce4a73f629d2f5192
2014-12-12Suppress clang -Wc++11-narrowing warnings.Chih-Hung Hsieh
Clang compiler gives warning to implicit conversions of literal structure fields, although the compiler generated implicit conversions are what we want in these cases. Change-Id: I4d2331e13352f4d963f81a20778ea09e9f308e0a
2014-05-07Remove unused LOCAL_LDLIBS.Ying Wang
Change-Id: I2da207695eefa01cfe4663eb78ea5b38f70e11a9
2011-05-25Adding OpenCV 1.1 Framework.Marius Renn
Change-Id: If5aa88f70483b73873000051f9b13a0bd0adec10