Whamcloud - gitweb
AOSP: Revert "Android: stop suppressing warnings from macOS build"
authorEric Biggers <ebiggers@google.com>
Thu, 2 Feb 2023 17:56:20 +0000 (17:56 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 May 2024 15:10:17 +0000 (11:10 -0400)
commit048424fdc056bb2b6bcd027e630cc68115a5922e
treee1fd155cdab4b64d481a2395b597cbbb811483da
parent1f4724705a045e26269cc2b6c03203499ef5bb26
AOSP: Revert "Android: stop suppressing warnings from macOS build"

Unfortunately, the macOS build is not tested either by presubmit or by
local builds.  A macOS build *is* being tested in the upstream GitHub
Actions workflow now; however, that uses the autotools-based build
system, and there can be issues specific to the Android build system.

As a result, removing -Wno-error was not safe yet, and the macOS build
is currently broken in postsubmit.  As there could be multiple issues,
let's restore -Wno-error until I've had a chance to fix the warnings.

Bug: 267448785
Change-Id: I305f73d1f8637477da3d57b6c93037a6e3d9e829
From AOSP commit: 0ed82a3f0a393605b56672704379f4fc1e53d281
Android.bp