Merge "Overridden packages shouldn't install vdex files either" into oc-dev
This commit is contained in:
commit
387d93f0a9
|
@ -817,7 +817,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
|
||||||
|
|
Loading…
Reference in New Issue