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