commit | 52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:29:09 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:29:09 2009 -0800 |
tree | 2eb01432fa3da41550dd622d29fb672509122b51 | |
parent | d4aee0c0caa00aa02d4c50ed28151591ac0456b5 [diff] [blame] |
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)