Merge "Overridden packages shouldn't install vdex files either"

This commit is contained in:
Dan Willemsen
2017-04-14 23:53:21 +00:00
committed by Gerrit Code Review

View File

@@ -811,7 +811,7 @@ overridden_packages := $(call get-package-overrides,$(modules_to_install))
ifdef overridden_packages ifdef overridden_packages
# old_modules_to_install := $(modules_to_install) # old_modules_to_install := $(modules_to_install)
modules_to_install := \ modules_to_install := \
$(filter-out $(foreach p,$(overridden_packages),$(p) %/$(p).apk %/$(p).odex), \ $(filter-out $(foreach p,$(overridden_packages),$(p) %/$(p).apk %/$(p).odex %/$(p).vdex), \
$(modules_to_install)) $(modules_to_install))
endif endif
#$(error filtered out #$(error filtered out