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

am: 01f4e20172

Change-Id: Ie96f6c6a82b28cf12fd61c39a1541a57e83beb0a
This commit is contained in:
Dan Willemsen 2017-04-15 00:00:04 +00:00 committed by android-build-merger
commit 5a8b1617ae
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ overridden_packages := $(call get-package-overrides,$(modules_to_install))
ifdef overridden_packages
# old_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))
endif
#$(error filtered out