blob: 75299ac245a36a7fe01b5e4a6cd9a6798e7918b2 (
plain)
1
2
3
4
5
6
7
|
# At the moment, use the same settings than the one
# for armv5te, since TARGET_ARCH_VARIANT := armv5te-vfp
# will only be used to select an optimized VFP-capable assembly
# interpreter loop for Dalvik.
#
include $(BUILD_COMBOS)/arch/arm/armv5te.mk
|