From d547ad11740acbd58d082acce7da7493edbb4165 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 5 Dec 2024 09:51:33 -0800 Subject: Disable IdentifierName For an internal module that uses this variable. The disabling will be moved inline after the errorprone update is submitted, and the variable removed. Bug: 253827323 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: I95ba56e008279db1b7d63ea503471d9d0f290b0b --- root.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root.bp b/root.bp index 8e621c48a..ee208a0f7 100644 --- a/root.bp +++ b/root.bp @@ -8,4 +8,6 @@ // in internal first, and then aosp, create this variable that we can fill out in internal in the // same topic as the errorprone update, then move the flag out of the variable after the update, // then remove the variable. -disable_identifiername_for_errorprone_update = [] +disable_identifiername_for_errorprone_update = [ + "-Xep:IdentifierName:OFF", +] -- cgit v1.2.3-59-g8ed1b