platform_build/tools/print_module_licenses.sh
The Android Open Source Project b6c1cf6de7 Initial Contribution
2008-10-21 07:00:00 -07:00

2 lines
126 B
Bash
Executable file

#!/bin/sh
find . -name MODULE_LICENSE_\* | sed 's/\/MODULE_LICENSE_/\ /' | sed 's/\.\///' | awk '{ print $2 " " $1; }' | sort