From 6a5fcafd33cb3068235f1d76a8a6939886e15a71 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Thu, 6 Jun 2024 18:29:57 +0100 Subject: Remove execute bit from non-executable files. This is almost certainly a mistake in all cases, and any files that are text-based have been spot checked to make sure they don't contain a shebang or have any other indications of intentionally being executable. Commands run: fdfind -t x -e java -x chmod -x fdfind -t x -e kt -x chmod -x fdfind -t x -e ogg -x chmod -x fdfind -t x -e xml -x chmod -x fdfind -t x -e aidl -x chmod -x fdfind -t x -e html -x chmod -x fdfind -t x -e png -x chmod -x Bug: 345485143 Test: N/A Flag: Exempt, mechanical change Change-Id: I2902380611eb51d0c0e18f2f31e41f37163bd922 --- tools/codegen/src/com/android/codegen/Main.kt | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tools/codegen/src/com/android/codegen/Main.kt (limited to 'tools/codegen/src') diff --git a/tools/codegen/src/com/android/codegen/Main.kt b/tools/codegen/src/com/android/codegen/Main.kt old mode 100755 new mode 100644 -- cgit v1.2.3-59-g8ed1b