From eb02ea0e352f673079f0d50f2732e297aee1592a Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 30 Sep 2021 15:36:14 +0200 Subject: [PATCH] ANDROID: GKI: fix mode of android/abi_gki_aarch64.xml file Somehow the android/abi_gki_aarch64.xml file became executable in a previous commit. Fix this up by setting the mode properly. Bug: 149040612 Cc: Chun-Hung Wu Cc: Sandeep Patil Fixes: 55d7c4eca691 ("ANDROID: Update symbol list for mtk") Signed-off-by: Greg Kroah-Hartman Change-Id: Iecb61df3481cf2a257d2f999297a98cdbcb38295 --- android/abi_gki_aarch64.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 android/abi_gki_aarch64.xml diff --git a/android/abi_gki_aarch64.xml b/android/abi_gki_aarch64.xml old mode 100755 new mode 100644