When we build the AOSP source code along with some modifications there will be a license file that gets generated and it lists all the files in the AOSP along with its license. But the problem is its covering only the main license and not the sub licenses(Eg : unmodified AOSP source will be having Apache License and if some other open source code is added which has a GPLv3 then in the license file generated by android only Apache is listed) So in this case how can we ensure compliance?
Is there an alternate way to get all the possible licenses in the license file after the build of AOSP? -- -- 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.
