Hello, I added a new lib into our vendor HAL using soong. This is already running, it is part of our vendor Image and we can use it. The only problem left: added files or notmentioned in vendor.xml.gz in vendor/etc/, so the license information is missing. What is the way to get it in?
I had a look into some other part of the AOSP (e.g. external/wayland) and saw that there is always an empty file starting with MODULE_LICENSE_ (e.g. MODULE_LICENSE_GPL) and a file NOTICE with the lcense text. I added a file MODULE_LICENSE_BIOS and a file NOTICE with our license text to the lib directory, but it did not help. Is there somewhere an example how to add something to AOSP, so the license files are handled in the right way? bests Sascha -- -- 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]. For more options, visit https://groups.google.com/d/optout.
