OSDN Git Service

remove unnecessary stuff on x86
[android-x86/development.git] / emulator / sensors / Android.mk
index 74e02ad..8c6106c 100644 (file)
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
+ifeq ($(TARGET_ARCH),arm)
 LOCAL_PATH := $(call my-dir)
 
 ifneq ($(TARGET_PRODUCT),sim)
@@ -27,3 +27,4 @@ LOCAL_MODULE := sensors.goldfish
 LOCAL_MODULE_TAGS := debug
 include $(BUILD_SHARED_LIBRARY)
 endif
+endif