forked from openkylin/platform_build
Merge "Overridden packages shouldn't install vdex files either"
am: 01f4e20172
Change-Id: Ie96f6c6a82b28cf12fd61c39a1541a57e83beb0a
This commit is contained in:
commit
5a8b1617ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue