Remove redundant ARC configuration in /rlz
ARC is now enabled by default, so enabling it at the target level is redundant and can be removed. Bug: 733237 Change-Id: Ia20ce14f69b4eeecb3e9097a57a14b11f4ff37ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4721613 Reviewed-by: Roger Tawa <rogerta@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1175641}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
24ed51ea37
commit
cc7520008a
@ -95,8 +95,6 @@ if (enable_rlz_support) {
|
||||
|
||||
frameworks = [ "Foundation.framework" ]
|
||||
|
||||
configs += [ "//build/config/compiler:enable_arc" ]
|
||||
|
||||
if (is_mac) {
|
||||
sources += [ "mac/lib/machine_id_mac.cc" ]
|
||||
frameworks += [ "IOKit.framework" ]
|
||||
|
Reference in New Issue
Block a user