aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2017-03-06 19:44:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-06 19:45:00 +0000
commit4d42fef1dbc4ad729dfa48371558a50d1afd36d1 (patch)
treec6165c1d6e9f34d2a280399f5debc20bbd71859c
parent8e02284362d099baff86906de5071483e14c9f69 (diff)
parentfb6c6b38c32696ff63cdd366873b393115774b72 (diff)
downloadbuild-4d42fef1dbc4ad729dfa48371558a50d1afd36d1.tar.gz
Merge "Fix profile dependency"
-rw-r--r--core/dex_preopt_odex_install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dex_preopt_odex_install.mk b/core/dex_preopt_odex_install.mk
index 269a61f837..4ffd6f1b32 100644
--- a/core/dex_preopt_odex_install.mk
+++ b/core/dex_preopt_odex_install.mk
@@ -133,7 +133,7 @@ $(my_built_profile): PRIVATE_DEX_LOCATION := $(my_dex_location)
$(my_built_profile): PRIVATE_SOURCE_CLASSES := $(LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING)
$(my_built_profile): $(LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING)
$(my_built_profile): $(PROFMAN)
-$(my_built_profile): $(PRIVATE_INSTALLED_MODULE)
+$(my_built_profile): $(LOCAL_INSTALLED_MODULE)
$(my_built_profile):
$(hide) mkdir -p $(dir $@)
ANDROID_LOG_TAGS="*:e" $(PROFMAN) \