diff options
author | Tobias Thierer <tobiast@google.com> | 2019-01-07 19:42:00 +0000 |
---|---|---|
committer | Tobias Thierer <tobiast@google.com> | 2019-01-07 19:47:11 +0000 |
commit | c7271105727b9fe7d0666c065d33f94710a90821 (patch) | |
tree | 55fae6a24c3e5063a49561a11fa5e92ce140b4a9 /NativeCode.bp | |
parent | 723a7aec1264e7c2a289862e923f4f8b383f774f (diff) |
libopenjdk: Drop obsolete -W-no-deprecated-declarations.
Now that bug 64362645 is fixed, it is no longer required.
Bug: 64362645
Test: The following still works, but fails if the parent CL is reverted:
make libopenjdk libopenjdkd
Test: Treehugger
Change-Id: I999a93ccd289bb85e122bf9b696e44071f895cde
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 64d6cdf7b6..f3b4217077 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -95,9 +95,6 @@ cc_defaults { "-Wno-parentheses-equality", "-Wno-constant-logical-operand", "-Wno-sometimes-uninitialized", - - // TODO(http://b/64362645): remove when upstream replaces readdir_r with readdir. - "-Wno-deprecated-declarations", ], shared_libs: [ |