OSDN Git Service

Improved/clarified license guidance for GPL code.
authorVince Harron <vharron@google.com>
Fri, 15 May 2015 23:55:30 +0000 (16:55 -0700)
committerVince Harron <vharron@google.com>
Sat, 16 May 2015 00:01:01 +0000 (17:01 -0700)
This messaging approved by Google Open Source Licensing.

Change-Id: I717e8b5003fd856b3e2e6c28394591b5d6939b43

core/main.mk

index e04c4c7..5ee0ec1 100644 (file)
@@ -735,9 +735,14 @@ endif
 #$(error filtered out
 #           $(filter-out $(modules_to_install),$(old_modules_to_install)))
 
-# Don't include any GNU targets in the SDK.  It's ok (and necessary)
-# to build the host tools, but nothing that's going to be installed
-# on the target (including static libraries).
+# Don't include any GNU General Public License shared objects or static
+# libraries in SDK images.  GPL executables (not static/dynamic libraries)
+# are okay if they don't link against any closed source libraries (directly
+# or indirectly)
+
+# It's ok (and necessary) to build the host tools, but nothing that's
+# going to be installed on the target (including static libraries).
+
 ifdef is_sdk_build
   target_gnu_MODULES := \
               $(filter \