From 936304c95f6240866397ce669edda316cc3f1d05 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 14 Oct 2011 14:02:45 -0700 Subject: [PATCH] fix android beam icon and add make file Change-Id: Ib7a77ec6a5c15c06c009bb3a47c1f983f98c553a --- samples/AndroidBeamDemo/Android.mk | 15 +++++++++++++++ samples/AndroidBeamDemo/AndroidManifest.xml | 2 +- samples/ApiDemos/_index.html | 14 +++++++------- 3 files changed, 23 insertions(+), 8 deletions(-) create mode 100644 samples/AndroidBeamDemo/Android.mk 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: