OSDN Git Service

Fix build break on x86_64
authorMa Jian <majian@jidemail.com>
Wed, 6 Jul 2016 10:31:55 +0000 (18:31 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 6 May 2017 14:54:43 +0000 (22:54 +0800)
commit51ea75d505adcddce0f0630f4573d9da3d7ac573
tree125a610d404e792009cd9b349a233a45d9be3f68
parente9d82d12cdf09aa289cb368436087b8aebde589b
Fix build break on x86_64

When TARGET_ARCH=x86_64, the LOCAL_SRC_FILES will be wrongly set to
codegen.cpp.arm,  but the android make will 'smartly' remove the suffix
".arm" and try to compile the codegen.cpp without the libenc dependency.

NO_REF_TASK
Tested: local build

Change-Id: I25df0692886fd8b7c56d467d3b6f674919b09b56
libpixelflinger/tests/codegen/Android.mk