OSDN Git Service

Remove "ifneq ($(TARGET_ARCH),arm)".
authorAndy McFadden <fadden@android.com>
Tue, 23 Jun 2009 22:58:02 +0000 (15:58 -0700)
committerAndy McFadden <fadden@android.com>
Tue, 23 Jun 2009 23:01:56 +0000 (16:01 -0700)
The following line is "ifeq ($(TARGET_SIMULATOR),true)", which should
never succeed for an ARM build.

This change is inspired by external change 10447, which adds
"ifneq ($(TARGET_ARCH),sh)".  Shouldn't be needed either.


No differences found