From 0574dc4cfd2a527f7a440ec11879e90cec6a52b6 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 13 Oct 2010 15:34:37 -0700 Subject: [PATCH] Dummy java file in native-only apps is not needed anymore. The tools r8 ant script can handle not having any Java file at all. Change-Id: Id14a4a434deb188a5aa1580378fcd1a6445b6e83 --- .../android-9/samples/native-activity/src/Dummy.java | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 ndk/platforms/android-9/samples/native-activity/src/Dummy.java diff --git a/ndk/platforms/android-9/samples/native-activity/src/Dummy.java b/ndk/platforms/android-9/samples/native-activity/src/Dummy.java deleted file mode 100644 index 596215a48..000000000 --- a/ndk/platforms/android-9/samples/native-activity/src/Dummy.java +++ /dev/null @@ -1,4 +0,0 @@ -// Temporary until the NDK build system can deal with there being no Java source. -class Dummy { - -}