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

Commit 3ac891e1 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by android-build-merger
Browse files

Merge "Allow profiles for vendor modules" into pi-dev am: b757ed06

am: c0f8cd6a

Change-Id: I47569ac4b7b3381055e77c0ae8fe1c3efdc1d63c
parents fbe09ac4 c0f8cd6a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -118,13 +118,9 @@ endif

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))