am b1578404
: Merge "Fix /system/app/.odex not updated issue"
* commit 'b1578404624f2369bb92a1e69c02f2ef15372002': Fix /system/app/$app.odex not updated issue
This commit is contained in:
@@ -529,7 +529,7 @@ endif
|
|||||||
ifdef LOCAL_DEX_PREOPT
|
ifdef LOCAL_DEX_PREOPT
|
||||||
installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
|
installed_odex := $(basename $(LOCAL_INSTALLED_MODULE)).odex
|
||||||
built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
|
built_odex := $(basename $(LOCAL_BUILT_MODULE)).odex
|
||||||
$(installed_odex) : $(built_odex) | $(ACP)
|
$(installed_odex) : $(built_odex) $(LOCAL_BUILT_MODULE) | $(ACP)
|
||||||
@echo "Install: $@"
|
@echo "Install: $@"
|
||||||
$(copy-file-to-target)
|
$(copy-file-to-target)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user