summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-07-20 00:38:48 -0700
committerShih-wei Liao <sliao@google.com>2010-07-20 00:38:48 -0700
commitc5f8c58205d3e82391e2427dfc81b1334ebd65f3 (patch)
tree84980407e1fc920da95d77d4d28a119608e04f85 /Android.mk
parent640ff0593e482072a5836b60cc5828440b9ccfe5 (diff)
downloadandroid_packages_wallpapers_MagicSmoke-c5f8c58205d3e82391e2427dfc81b1334ebd65f3.tar.gz
android_packages_wallpapers_MagicSmoke-c5f8c58205d3e82391e2427dfc81b1334ebd65f3.tar.bz2
android_packages_wallpapers_MagicSmoke-c5f8c58205d3e82391e2427dfc81b1334ebd65f3.zip
Fix the simulator build.
Change-Id: I37e4832e9df84e139c6711a76d48970eeb6a2601
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d83efed..bbcd2b1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,8 @@
# limitations under the License.
#
+ifneq ($(TARGET_SIMULATOR),true)
+
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -27,3 +29,5 @@ LOCAL_CERTIFICATE := shared
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
include $(BUILD_PACKAGE)
+
+endif