Only default LOCAL_DEX_PREOPT_APP_IMAGE if not set
Allows modules to specify LOCAL_DEX_PREOPT_APP_IMAGE := false if they have a profile. Bug: 77342775 Test: make Change-Id: Ied7a8099b199904638dabdb09faf879d3216e73d
This commit is contained in:
parent
001bc1ee00
commit
f16e8d0d94
1 changed files with 2 additions and 0 deletions
|
@ -112,8 +112,10 @@ ifeq (true,$(LOCAL_DEX_PREOPT_GENERATE_PROFILE))
|
|||
ifdef LOCAL_VENDOR_MODULE
|
||||
$(call pretty-error, Internal error: profiles are not supported for vendor modules)
|
||||
else
|
||||
ifeq (,$(LOCAL_DEX_PREOPT_APP_IMAGE))
|
||||
LOCAL_DEX_PREOPT_APP_IMAGE := true
|
||||
endif
|
||||
endif
|
||||
|
||||
ifndef LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING
|
||||
$(call pretty-error,Must have specified class listing (LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING))
|
||||
|
|
Loading…
Reference in a new issue