diff options
| -rw-r--r-- | core/dex_preopt_odex_install.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk index 517de86593..089df6f38e 100644 --- a/core/dex_preopt_odex_install.mk +++ b/core/dex_preopt_odex_install.mk @@ -161,6 +161,7 @@ $(my_built_profile): --copy-and-update-profile-key \ --profile-file=$(PRIVATE_SOURCE_CLASSES) \ --apk=$(PRIVATE_BUILT_MODULE) \ + --dex-location=$(PRIVATE_DEX_LOCATION) \ --reference-profile-file=$@ \ || echo "Profile out of date for $(PRIVATE_BUILT_MODULE)" endif |