Commits
Richard Liu committed 0cf02993d02
MA-8559 set TARGET_2ND_CPU_VARIANT to cortex-a9 on android 8dv It can make the 32bit prebuilt binaries compatible on mx8dv and mx6, then we only need maintain one copy of 32bit prebuild binaries. Measure the memory performance of cortex-a9 libc VS cortex-a7 libc, memcpy is better with cortex-a9 libc, but memset is better with cortex-a7 libc. So the change may only slight impact some 32bit application which has native code link 32bit memset in libc.so. Note: cortex-a7 build binaries can't apply to cortex-a9 platform, but cortex-a9 build binaries can apply to cortex-a7, cortex-a53. Change-Id: Ic59173237529fa6988f52884b38ca37725b0ed15 Signed-off-by: Richard Liu <xuegang.liu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/785 Reviewed-by: guoyin.chen <guoyin.chen@nxp.com> Reviewed-by: Xiaowen Liu <xiaowen.liu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/1016