Hello - I'm building an Android 11 product and placed the application 
binaries and libraries in /vendor/bin and /vendor/lib. I also need to 
create a symbolic link in /vendor/lib  to one of the library files also in 
/vendor/lib. If I try to do this in an init.<product>.rc file, it will not 
create the symbolic link because the /vendor partition is read only.

I move the modules into /vendor/bin and /vendor/lib at build time using the 
COPY_FILES += macro in an aosp_<product>.mk file, but I have not found a 
way to create a symbolic link in the makefile.

How and when do I create symbolic links in the /vendor partition? Please 
provide an example if possible.

Thanks!
Curt

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/4a4400a8-2653-48c3-ad52-ba9470879304n%40googlegroups.com.

Reply via email to