auto import from //depot/cupcake/@135843
diff --git a/samples/RSSReader/Android.mk b/samples/RSSReader/Android.mk
new file mode 100644
index 0000000..6f95cb4
--- /dev/null
+++ b/samples/RSSReader/Android.mk
@@ -0,0 +1,12 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := samples
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_PACKAGE_NAME := RSSReader
+
+LOCAL_SDK_VERSION := current
+
+include $(BUILD_PACKAGE)