AI 144511: am: CL 144510 am: CL 144509 Checking in Sonivox' JetBoy code sample. The java code still has a FIXME for cleanup and review to be done before final SDK build.
Original author: jmtrivi
Merged from: //branches/cupcake/...
Original author: android-build
Automated import of CL 144511
diff --git a/samples/JetBoy/Android.mk b/samples/JetBoy/Android.mk
new file mode 100755
index 0000000..2e6b571
--- /dev/null
+++ b/samples/JetBoy/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := samples
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_PACKAGE_NAME := JETBoy
+
+include $(BUILD_PACKAGE)