From 3a084af2e90849aaa8beb3a610189e3399c63ea0 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 7 Nov 2012 10:19:47 -0800 Subject: Correct executable bit for source files Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 --- location/java/com/android/internal/location/GpsNetInitiatedHandler.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 location/java/com/android/internal/location/GpsNetInitiatedHandler.java (limited to 'location/java/com/android/internal') diff --git a/location/java/com/android/internal/location/GpsNetInitiatedHandler.java b/location/java/com/android/internal/location/GpsNetInitiatedHandler.java old mode 100755 new mode 100644 -- cgit v1.1