[PATCH] D29050: [zorg] Add AOSP builder
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 11:44:40 PST 2017
pzheng added a comment.
I have already added "-Wno-error" in the flags used to build AOSP, but there are still many not suppressible. For example,
bootable/recovery/minui/resources.cpp:271:16: error: ordered comparison between pointer and zero ('int *' and 'int')
if (frames <= 0 || fps <= 0) {
~~~~~~ ^ ~
bootable/recovery/minui/resources.cpp:271:28: error: ordered comparison between pointer and zero ('int *' and 'int')
if (frames <= 0 || fps <= 0) {
~~~ ^ ~
2 errors generated.
Can you please elaborate on how to use the manifest.xml file as you suggested?
https://reviews.llvm.org/D29050
More information about the llvm-commits
mailing list