forked from openkylin/platform_build
Fix profile dependency
Otherwise it doesn't work for incremental builds. Bug: 34929159 Bug: 35997300 Test: repo sync && m Change-Id: I78ead57cf89a9d0f26dbf4f3a225a9357bdca1b3
This commit is contained in:
parent
8e02284362
commit
fb6c6b38c3
|
@ -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 New Issue