From d707a32a9f2c60eab901d6d8e9c9044a202c1530 Mon Sep 17 00:00:00 2001 From: Neel Parekh Date: Wed, 28 Oct 2009 10:34:11 -0700 Subject: Build the calculator app against the SDK --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index b34c467..33f25da 100644 --- a/Android.mk +++ b/Android.mk @@ -21,6 +21,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := libarity LOCAL_SRC_FILES := $(call all-java-files-under, src) +LOCAL_SDK_VERSION := current + LOCAL_PACKAGE_NAME := Calculator include $(BUILD_PACKAGE) -- cgit v1.2.3