Fix cube for android.
authorMichael Lentine <mlentine@google.com>
Mon, 18 Apr 2016 18:20:45 +0000 (13:20 -0500)
committerTobin Ehlis <tobine@google.com>
Thu, 28 Apr 2016 20:01:42 +0000 (14:01 -0600)
commitc6cde4b66102d29830d2370b4d0bb675d433abd2
tree6ebed17dd772a05e9861be8bbb99881069d5e983
parent8bd272fc362713d13407b53c38cc7babe7f0b5c3
Fix cube for android.
demos/android/AndroidManifest.xml.cube [new file with mode: 0644]
demos/android/AndroidManifest.xml.tri [moved from demos/android/AndroidManifest.xml with 100% similarity]
demos/android/include/cube.frag.h [new file with mode: 0644]
demos/android/include/cube.vert.h [new file with mode: 0644]
demos/android/include/lunarg.ppm.h [new file with mode: 0644]
demos/android/jni/Android.mk
demos/android/jni/Application.mk
demos/android/res/values/strings.xml [new file with mode: 0644]
demos/cube.c
demos/tri.c