Loading libpixelflinger/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -70,10 +70,6 @@ LOCAL_SHARED_LIBRARIES := libcutils liblog # libhardware, but this at least gets us built. LOCAL_SHARED_LIBRARIES += libhardware_legacy LOCAL_CFLAGS += -DWITH_LIB_HARDWARE # t32cb16blend.S does not compile with Clang. LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as # arch-arm64/col32cb16blend.S does not compile with Clang. LOCAL_CLANG_ASFLAGS_arm64 += -no-integrated-as include $(BUILD_SHARED_LIBRARY) include $(call all-makefiles-under,$(LOCAL_PATH)) libpixelflinger/arch-arm64/col32cb16blend.S +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ .text .align .align 0 .global scanline_col32cb16blend_arm64 Loading libpixelflinger/arch-arm64/t32cb16blend.S +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ .text .align .align 0 .global scanline_t32cb16blend_arm64 Loading libpixelflinger/t32cb16blend.S +3 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ .text .syntax unified .align .global scanline_t32cb16blend_arm Loading Loading @@ -146,7 +147,7 @@ scanline_t32cb16blend_arm: tst r0, #0x3 beq aligned subs r2, r2, #1 ldmlofd sp!, {r4-r7, lr} // return ldmfdlo sp!, {r4-r7, lr} // return bxlo lr last: Loading Loading @@ -197,6 +198,6 @@ aligned: mov r4, r5 9: adds r2, r2, #1 ldmlofd sp!, {r4-r7, lr} // return ldmfdlo sp!, {r4-r7, lr} // return bxlo lr b last libpixelflinger/tests/arch-arm64/assembler/Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,6 @@ LOCAL_SRC_FILES:= \ arm64_assembler_test.cpp\ asm_test_jacket.S # asm_test_jacket.S does not compile with Clang. LOCAL_CLANG_ASFLAGS_arm64 += -no-integrated-as LOCAL_SHARED_LIBRARIES := \ libcutils \ libpixelflinger Loading Loading
libpixelflinger/Android.mk +0 −4 Original line number Diff line number Diff line Loading @@ -70,10 +70,6 @@ LOCAL_SHARED_LIBRARIES := libcutils liblog # libhardware, but this at least gets us built. LOCAL_SHARED_LIBRARIES += libhardware_legacy LOCAL_CFLAGS += -DWITH_LIB_HARDWARE # t32cb16blend.S does not compile with Clang. LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as # arch-arm64/col32cb16blend.S does not compile with Clang. LOCAL_CLANG_ASFLAGS_arm64 += -no-integrated-as include $(BUILD_SHARED_LIBRARY) include $(call all-makefiles-under,$(LOCAL_PATH))
libpixelflinger/arch-arm64/col32cb16blend.S +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ .text .align .align 0 .global scanline_col32cb16blend_arm64 Loading
libpixelflinger/arch-arm64/t32cb16blend.S +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ * SUCH DAMAGE. */ .text .align .align 0 .global scanline_t32cb16blend_arm64 Loading
libpixelflinger/t32cb16blend.S +3 −2 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ .text .syntax unified .align .global scanline_t32cb16blend_arm Loading Loading @@ -146,7 +147,7 @@ scanline_t32cb16blend_arm: tst r0, #0x3 beq aligned subs r2, r2, #1 ldmlofd sp!, {r4-r7, lr} // return ldmfdlo sp!, {r4-r7, lr} // return bxlo lr last: Loading Loading @@ -197,6 +198,6 @@ aligned: mov r4, r5 9: adds r2, r2, #1 ldmlofd sp!, {r4-r7, lr} // return ldmfdlo sp!, {r4-r7, lr} // return bxlo lr b last
libpixelflinger/tests/arch-arm64/assembler/Android.mk +0 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,6 @@ LOCAL_SRC_FILES:= \ arm64_assembler_test.cpp\ asm_test_jacket.S # asm_test_jacket.S does not compile with Clang. LOCAL_CLANG_ASFLAGS_arm64 += -no-integrated-as LOCAL_SHARED_LIBRARIES := \ libcutils \ libpixelflinger Loading