commit | ac07b5ab5eee218d22255b4c097b18ba89fa1ffe | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Sun Oct 22 17:17:47 2017 +0900 |
committer | Jiyong Park <jiyong@google.com> | Sun Oct 22 17:25:33 2017 +0900 |
tree | c4dd9f3c5ed8aea19f87103404a2b6bbb2b8b58d | |
parent | 7569b29092755386ae5633e78fbbde764299a745 [diff] |
Undef before redefining macros -Werror,-Wmacro-redefined was turned on because of -Werror, -Wall. Undefine the overridden macros before redefining them to let compiler know that the redifinition is intentional. Test: m -j sh_vendor Change-Id: If324124e4504f05a37afd1021cff179fdfe4c08e