diff --git a/ndk/samples/native-activity/src/Barf.java b/ndk/samples/native-activity/src/Barf.java deleted file mode 100644 index f40c72a45..000000000 --- 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 { - -}