aboutsummaryrefslogtreecommitdiffstats
path: root/monitor
diff options
context:
space:
mode:
authorDuane Sand <duanes@mips.com>2012-06-30 00:16:21 -0700
committerDuane Sand <duanes@mips.com>2012-06-30 00:16:21 -0700
commit6040fe7081e590882638829e2000b614191c4c9c (patch)
tree4e7c07fe2ebff7c0141d8cf80d0aea916641075f /monitor
parent1f3e6d3c6484f37f964b0a72775397e25930d923 (diff)
downloadsdk-6040fe7081e590882638829e2000b614191c4c9c.zip
sdk-6040fe7081e590882638829e2000b614191c4c9c.tar.gz
sdk-6040fe7081e590882638829e2000b614191c4c9c.tar.bz2
[MIPS] Enable monitor build for sdk_mips
Change-Id: I12dae7d18d0c89c7ec1f4885c96faf5736ccef4b Signed-off-by: Duane Sand <duanes@mips.com>
Diffstat (limited to 'monitor')
-rw-r--r--monitor/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/Android.mk b/monitor/Android.mk
index 9973d64..fbf5a6d 100644
--- a/monitor/Android.mk
+++ b/monitor/Android.mk
@@ -1,7 +1,7 @@
# Copyright 2012 The Android Open Source Project
# Expose the Monitor RCP only for the SDK builds.
-ifneq (,$(is_sdk_build)$(filter sdk sdk_x86,$(TARGET_PRODUCT)))
+ifneq (,$(is_sdk_build)$(filter sdk sdk_x86 sdk_mips,$(TARGET_PRODUCT)))
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)