From: Dianne Hackborn Date: Fri, 2 Jul 2010 02:27:06 +0000 (-0700) Subject: Stub code no longer needed. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a32bac113f90ecba6701e9f5bc3365eb3f5188d3;p=android-x86%2Fdevelopment.git Stub code no longer needed. Change-Id: I985acdba1dd1c0acf00d88d2851b5f604475bf4c --- diff --git a/ndk/samples/native-activity/src/Barf.java b/ndk/samples/native-activity/src/Barf.java deleted file mode 100644 index f40c72a4..00000000 --- a/ndk/samples/native-activity/src/Barf.java +++ /dev/null @@ -1,7 +0,0 @@ -/* This is only needed because the NDK build system currently - * can't deal with an .apk that doesn't have Java code. - */ - -public class Barf { - -}