Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ce9021f authored by Vince Harron's avatar Vince Harron Committed by Android Git Automerger
Browse files

am f59733e9: am 1dadfec6: Merge "Improved/clarified license guidance for GPL code." into mnc-dev

* commit 'f59733e9':
  Improved/clarified license guidance for GPL code.
parents 3c39f676 f59733e9
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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 \