Merge "Fix /system/app/$app.odex not updated issue"
This commit is contained in:
commit
b157840462
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ endif
|
|||
ifdef LOCAL_DEX_PREOPT
|
||||
installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
|
||||
built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
|
||||
$(installed_odex) : $(built_odex) | $(ACP)
|
||||
$(installed_odex) : $(built_odex) $(LOCAL_BUILT_MODULE) | $(ACP)
|
||||
@echo "Install: $@"
|
||||
$(copy-file-to-target)
|
||||
|
||||
|
|
Loading…
Reference in a new issue