commit | c5f8c58205d3e82391e2427dfc81b1334ebd65f3 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Tue Jul 20 00:38:48 2010 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Tue Jul 20 00:38:48 2010 -0700 |
tree | 84980407e1fc920da95d77d4d28a119608e04f85 | |
parent | 640ff0593e482072a5836b60cc5828440b9ccfe5 [diff] |
Fix the simulator build. Change-Id: I37e4832e9df84e139c6711a76d48970eeb6a2601
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_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags include $(BUILD_PACKAGE) + +endif