Merge "Fix profile dependency" am: 4d42fef1db
am: 52e0317804
Change-Id: I6a51e3fc7b1f0c1a0187304be04f21bc1d1355fc
This commit is contained in:
commit
de8546f31b
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue