commit | 68561501364a5329d8218e39dadf9c902d973967 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Tue Jul 20 01:26:34 2010 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jul 20 01:26:34 2010 -0700 |
tree | a2fe0dd9b8f1f0c57a88b744afa63375f11c4c48 | |
parent | 68a0353570de856e86480ff0171b64f75d563332 [diff] | |
parent | 0d5ef34d81e0bfe5a63005e772048011ed6460f9 [diff] |
Merge "Fix Android build"
diff --git a/java/ImageProcessing/Android.mk b/java/ImageProcessing/Android.mk index 833427b..f7ff378 100644 --- a/java/ImageProcessing/Android.mk +++ b/java/ImageProcessing/Android.mk
@@ -14,6 +14,8 @@ # limitations under the License. # +ifneq ($(TARGET_SIMULATOR),true) + LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -25,3 +27,5 @@ LOCAL_PACKAGE_NAME := ImageProcessing include $(BUILD_PACKAGE) + +endif