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

Commit 014a3c0d authored by Dave Allison's avatar Dave Allison Committed by Brian Carlstrom
Browse files

Add support for instruction set features

This adds the --instruction-set-features= arguments to the dex2oat
commands for the system images.  The feature set is determined at
build time

(cherry picked from commit 4145a2a20a0f275fe4c77e39d507cd5f8eb7a73b)

(cherry picked from commit 5174bb05)

Change-Id: I45af3b59752a48897bff2dd468b74f3ea73000be
parent 3821622f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -82,3 +82,8 @@ $(call _build-dexpreopt-boot-jar-dependency-pair,$(DEXPREOPT_BOOT_JARS_MODULES))
endef

$(eval $(call _build-dexpreopt-boot-jar-dependency))

DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := default
ifeq ($(TARGET_CPU_VARIANT),$(filter $(TARGET_CPU_VARIANT),cortex-a15 krait))
DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES := div
endif