From 1bd9bf806578cbb79763dc65067e45aa4e081f70 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 14 Oct 2011 14:09:56 -0700 Subject: [PATCH] fix beam demo build target Change-Id: I2f9a2b24802ee0461257b4e1ee65a5f2b6298ade --- samples/AndroidBeamDemo/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/AndroidBeamDemo/Android.mk b/samples/AndroidBeamDemo/Android.mk index a3063058f..7b36dd999 100644 --- a/samples/AndroidBeamDemo/Android.mk +++ b/samples/AndroidBeamDemo/Android.mk @@ -6,7 +6,7 @@ LOCAL_MODULE_TAGS := samples # Only compile source java files in this apk. LOCAL_SRC_FILES := $(call all-java-files-under, src) -LOCAL_PACKAGE_NAME := AndroidBeamdemo +LOCAL_PACKAGE_NAME := AndroidBeamDemo LOCAL_SDK_VERSION := current