From a4bb90c0f16a53fd6d7e55a0e53a4487bc0c058f Mon Sep 17 00:00:00 2001 From: Brian Muramatsu <btmura@google.com> Date: Wed, 9 Jun 2010 17:45:19 -0700 Subject: [PATCH] Don't Include cpufeatures in sim-eng Bug 2713199 ...to fix the build. Change-Id: If5deba8c3b054b0d1085604d98a60f2b08b5f2a2 --- Android.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.mk b/Android.mk index 12291da1..8fe541ef 100644 --- a/Android.mk +++ b/Android.mk @@ -1,3 +1,6 @@ # Please try to keep this file empty by only including what is necessary to # build the Android platform. This is not the normal usage of the NDK. + +ifneq ($(TARGET_SIMULATOR),true) include ndk/sources/cpufeatures/Android.mk +endif -- GitLab