OSDN Git Service

Undef before redefining macros
authorJiyong Park <jiyong@google.com>
Sun, 22 Oct 2017 08:17:47 +0000 (17:17 +0900)
committerJiyong Park <jiyong@google.com>
Sun, 22 Oct 2017 08:25:33 +0000 (17:25 +0900)
commitac07b5ab5eee218d22255b4c097b18ba89fa1ffe
treec4dd9f3c5ed8aea19f87103404a2b6bbb2b8b58d
parent7569b29092755386ae5633e78fbbde764299a745
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
Android.bp