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

Commit 3b9d535a authored by Dheeraj CVR's avatar Dheeraj CVR
Browse files

core: fix cpu variant board flag

Change-Id: I6f412d36162e50012a1d2562ab05a331f248582c
parent ad7a442f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ ifeq ($(TARGET_ARCH), arm)
    LOCAL_SRC_FILES+= \
		android/graphics/Bitmap.cpp.arm
  else
    ifeq ($(TARGET_ARCH_VARIANT_CPU), cortex-a15)
    ifeq ($(TARGET_CPU_VARIANT), cortex-a15)
      TARGET_arm_CFLAGS += -DUSE_NEON_BITMAP_OPTS -mvectorize-with-neon-quad
      LOCAL_SRC_FILES+= \
		android/graphics/Bitmap.cpp.arm