• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//########################################################################
2// OpenGL ES JNI sample
3// This makefile builds both an activity and a shared library.
4//########################################################################
5android_app {
6    name: "TestViewport",
7    srcs: ["**/*.java"],
8    sdk_version: "8",
9}
10