I have been trying to delete a folder on boot and writing it into the
init.rc

https://android.googlesource.com/platform/system/core/+/master/rootdir/init.rc

however nothing seems to work, I have tried the following

rm -rf /sdcard/Android

rm -r /sdcard/Android/*

exec -- rm -rf /sdcard/Android

exec -- rm -r /sdcard/Android/*

Does anyone know how to delete folders through the init.rc?

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to