Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b17f384d authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Android (Google) Code Review
Browse files

Merge "Only default LOCAL_DEX_PREOPT_APP_IMAGE if not set" into pi-dev

parents 70007750 f16e8d0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -121,8 +121,10 @@ 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))
LOCAL_DEX_PREOPT_APP_IMAGE := true
endif
endif

ifndef LOCAL_DEX_PREOPT_PROFILE
$(call pretty-error,Must have specified class listing (LOCAL_DEX_PREOPT_PROFILE))