diff --git a/samples/AndroidBeamDemo/Android.mk b/samples/AndroidBeamDemo/Android.mk new file mode 100644 index 000000000..a3063058f --- /dev/null +++ b/samples/AndroidBeamDemo/Android.mk @@ -0,0 +1,15 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +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_SDK_VERSION := current + +LOCAL_PROGUARD_FLAG_FILES := proguard.flags + +include $(BUILD_PACKAGE) diff --git a/samples/AndroidBeamDemo/AndroidManifest.xml b/samples/AndroidBeamDemo/AndroidManifest.xml index e01eb2d40..f4c06d936 100644 --- a/samples/AndroidBeamDemo/AndroidManifest.xml +++ b/samples/AndroidBeamDemo/AndroidManifest.xml @@ -24,7 +24,7 @@ - + diff --git a/samples/ApiDemos/_index.html b/samples/ApiDemos/_index.html index e16a38a37..002ca1585 100644 --- a/samples/ApiDemos/_index.html +++ b/samples/ApiDemos/_index.html @@ -20,17 +20,17 @@ that illustrate the use of various Android APIs. It includes samples of:

Update: The following are some of the new demos for Android 4.0: