Merge "Allow profiles for vendor modules" into pi-dev
This commit is contained in:
commit
b757ed06fc
|
@ -118,13 +118,9 @@ endif
|
||||||
|
|
||||||
ifeq (true,$(my_process_profile))
|
ifeq (true,$(my_process_profile))
|
||||||
|
|
||||||
ifdef LOCAL_VENDOR_MODULE
|
|
||||||
$(call pretty-error, Internal error: profiles are not supported for vendor modules)
|
|
||||||
else
|
|
||||||
ifeq (,$(LOCAL_DEX_PREOPT_APP_IMAGE))
|
ifeq (,$(LOCAL_DEX_PREOPT_APP_IMAGE))
|
||||||
LOCAL_DEX_PREOPT_APP_IMAGE := true
|
LOCAL_DEX_PREOPT_APP_IMAGE := true
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef LOCAL_DEX_PREOPT_PROFILE
|
ifndef LOCAL_DEX_PREOPT_PROFILE
|
||||||
$(call pretty-error,Must have specified class listing (LOCAL_DEX_PREOPT_PROFILE))
|
$(call pretty-error,Must have specified class listing (LOCAL_DEX_PREOPT_PROFILE))
|
||||||
|
|
Loading…
Reference in New Issue