From 8c61e7da498d8a46e697e481ac91c1fbf0f28704 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Mon, 10 Feb 2020 21:56:01 +0100 Subject: [PATCH] Remove duplicated debugfs symlink * Currently it's created at build-time in rootdir/Android.mk Test: m Change-Id: I48e8ebf3412dfdfc2dff3b4fcf9b72de52726865 --- rootdir/init.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 896745bec..d5f161de7 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -117,9 +117,6 @@ on init symlink /system/bin /bin symlink /system/etc /etc - # Backward compatibility. - symlink /sys/kernel/debug /d - # Link /vendor to /system/vendor for devices without a vendor partition. symlink /system/vendor /vendor