Merge "Fix /system/app/$app.odex not updated issue"

This commit is contained in:
Ying Wang 2013-04-17 16:23:10 +00:00 committed by Gerrit Code Review
commit b157840462
1 changed files with 1 additions and 1 deletions

View File

@ -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)