I want to create a symbolic link from /system/xbin/file to /system/bin/file_link. What do I have to write in my vendor .mk file, please?
What is the syntax to create files symlinks in android source tree?
243 views Asked by Antonio Jesús At
1
you can use
symlink()that's withinunistd.h: