commit | d707a32a9f2c60eab901d6d8e9c9044a202c1530 | [log] [tgz] |
---|---|---|
author | Neel Parekh <neel@google.com> | Wed Oct 28 10:34:11 2009 -0700 |
committer | Neel Parekh <neel@google.com> | Wed Oct 28 10:34:11 2009 -0700 |
tree | 9f9ed0f3d8cd2ae288c8db4f5ac53936d217b2e0 | |
parent | 5aadacbd03089a951cbebb4a0afe222904ad792f [diff] [blame] |
Build the calculator app against the SDK
diff --git a/Android.mk b/Android.mk index b34c467..33f25da 100644 --- a/Android.mk +++ b/Android.mk
@@ -21,6 +21,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) +LOCAL_SDK_VERSION := current + LOCAL_PACKAGE_NAME := Calculator include $(BUILD_PACKAGE)