From 5c7fed28f2c06e80182a08e36318d66e494a5a33 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Wed, 22 Jan 2014 16:50:21 -0800 Subject: [PATCH] Make sure to install the .odex when running "make " Change-Id: I64195294dad15b7d379d667f4c4738c2808fd384 --- core/dex_preopt_odex_install.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk index e0932a9c4b..b0b73afaf2 100644 --- a/core/dex_preopt_odex_install.mk +++ b/core/dex_preopt_odex_install.mk @@ -65,4 +65,7 @@ endif # Add the installed_odex to the list of installed files for this module. ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(installed_odex) +# Make sure to install the .odex when you run "make " +$(my_register_name): $(installed_odex) + endif # LOCAL_DEX_PREOPT