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

Commit ef3c0325 authored by Siva Velusamy's avatar Siva Velusamy Committed by Android Git Automerger
Browse files

am 70b67acc: Don\'t exclude GPL binaries from the emulator system image

* commit '70b67acc':
  Don't exclude GPL binaries from the emulator system image
parents f59733e9 70b67acc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -750,6 +750,7 @@ ifdef is_sdk_build
                      $(TARGET_OUT)/% \
                      $(TARGET_OUT_DATA)/%, \
                              $(sort $(call get-tagged-modules,gnu)))
  target_gnu_MODULES := $(filter-out $(TARGET_OUT_EXECUTABLES)/%,$(target_gnu_MODULES))
  $(info Removing from sdk:)$(foreach d,$(target_gnu_MODULES),$(info : $(d)))
  modules_to_install := \
              $(filter-out $(target_gnu_MODULES),$(modules_to_install))