History log of /system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7244cf2aa5494840c7ced3d1bc65de7d76e53014 21-Aug-2015 Chih-Hung Hsieh <chh@google.com> To compile with llvm integrated assembler.

* Explicitly specify default .align 0.
* Use standard ldmfdlo instruction.
* Before and after gas outputs are identical,
with align 0 sections.
* Objdump showed .text/.data/.bss section alignment
attributes are 2^0 from gas and 2^2 from llvm
assembler. These .S files might be working when
compiled by gas, but llvm assembler's output should
be more correct or conservative.

Change-Id: I4e578dbc8155c0d06d1bbc1c33ec4cc851a18479
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
60c57dad4ec0653d9ce73f6f7147324beb1ce0a5 06-Oct-2014 Chih-Hung Hsieh <chh@google.com> Add -no-integrated-as at local level.

Later we will enable integrated-as as default at the global level.

BUG: 17820427
Change-Id: I1beed3e75d074d970fa9112ec1c0f0df3d43947a
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
992031c8767ed7f5af35462b77533048aa29fee0 26-Jun-2014 Narayan Kamath <narayan@google.com> Build pixelflinger tests as native tests, not executables.

This has the side effect of building tests for both 32
and 64 bit, where required.

Change-Id: I674800d34b4fa7cc5d34573c96b754ac85777970
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk
d4146e6091d6ed947ce9edd0f8ef3e5fe066d716 22-Jan-2014 Colin Cross <ccross@android.com> system/core: rename aarch64 target to arm64

Rename aarch64 build targets to arm64. The gcc toolchain is still
aarch64.

Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/Android.mk