From 70b67accbfb80c9d238c7b2121f3ba6d1691e2b0 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Mon, 18 May 2015 12:02:26 -0700 Subject: [PATCH] Don't exclude GPL binaries from the emulator system image GPL binaries are allowed on device and emulator as well b/20341087 Change-Id: I777dccd0d5442ae2cd0b7e222f6a9beaa3648c37 --- core/main.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/main.mk b/core/main.mk index 5ee0ec13f..0fbcc1495 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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)) -- 2.11.0