Hi, This would be best place to check http://androidxref.com/7.1.1_r6/xref/frameworks/base/services/core/java/com/android/server/MountService.java#3004
check for the path and filter out what you do not need. Other possibility is to look for - http://androidxref.com/7.1.1_r6/xref/frameworks/base/core/java/android/os/Environment.java and remove unwanted build path. -- satish On Mon, Jul 31, 2017 at 6:28 AM, Joey Troy <[email protected]> wrote: > I am porting android to a no Audio device and trying to figure out how to > remove the Alarms, Movies, Music, Notifications, Podcasts, and Ringtones > folders from the SDCard. I have tried to edit the sdcard.c file in > system/core/sdcard but no dice. > > -- > -- > unsubscribe: [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, satish patel -- -- unsubscribe: [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
