OSDN Git Service

Dummy java file in native-only apps is not needed anymore.
authorXavier Ducrohet <xav@android.com>
Wed, 13 Oct 2010 22:34:37 +0000 (15:34 -0700)
committerXavier Ducrohet <xav@android.com>
Wed, 13 Oct 2010 22:34:37 +0000 (15:34 -0700)
The tools r8 ant script can handle not having any Java file
at all.

Change-Id: Id14a4a434deb188a5aa1580378fcd1a6445b6e83

ndk/platforms/android-9/samples/native-activity/src/Dummy.java [deleted file]

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 (file)
index 596215a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-// Temporary until the NDK build system can deal with there being no Java source.
-class Dummy {
-
-}