Merge change I62fac03c into eclair

* changes:
  Comment needs to be moved from LOCAL_PACKAGE_NAME, otherwise files created have bad filenames "CtsExampleTestCases #Replace Example with your name.xml" and android.example is not created as expected.
diff --git a/tests/tests/example/Android.mk b/tests/tests/example/Android.mk
index 517931b..d32f59b 100644
--- a/tests/tests/example/Android.mk
+++ b/tests/tests/example/Android.mk
@@ -16,8 +16,8 @@
 
 include $(CLEAR_VARS)
 
-LOCAL_PACKAGE_NAME := CtsExampleTestCases # Replace "Example" with your name.
-
+# Replace "Example" with your name.
+LOCAL_PACKAGE_NAME := CtsExampleTestCases
 
 # Don't include this package in any target.
 LOCAL_MODULE_TAGS := optional