Files
android_development/ndk/samples/native-activity/src/Barf.java
David 'Digit' Turner c817c5210e Copy platforms and samples from ndk/ source tree.
The idea is to allow developing the NDK in the open, while
having the platforms and samples under a private branch until
the corresponding release are open-sourced.

Change-Id: Iee995fb6c4d3ee1387dea7486e599e079c9e4c6d
2010-06-09 17:02:09 -07:00

8 lines
150 B
Java

/* 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 {
}