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

Commit 797589d4 authored by Dave Allison's avatar Dave Allison Committed by Android Git Automerger
Browse files

am 014a3c0d: Add support for instruction set features

* commit '014a3c0d':
  Add support for instruction set features
parents 7c40768a 014a3c0d
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