demos: Clean up APK creation for cube and tri
authorCody Northrop <cnorthrop@google.com>
Thu, 22 Sep 2016 13:22:28 +0000 (07:22 -0600)
committerCody Northrop <cnorthrop@google.com>
Thu, 22 Sep 2016 15:19:16 +0000 (09:19 -0600)
commitb35eea3e7a7c1a4ff86670959f076f298ba1884a
tree4bbc02218c8a7fc168633cc4ad45e79a940dfe92
parent925eb4d60b03e3f89a91a290bb5bfb16cc427b24
demos: Clean up APK creation for cube and tri

Instead of moving manifest files, run the following commands:

  android update project -s -p . -t "android-23"
  ant -buildfile cube debug
  ant -buildfile tri debug

And the APKs can coexist:

  ./cube/bin/NativeActivity-debug.apk
  ./tri/bin/NativeActivity-debug.apk
demos/android/cube/AndroidManifest.xml [moved from demos/android/AndroidManifest.xml.cube with 100% similarity]
demos/android/cube/custom_rules.xml [new file with mode: 0644]
demos/android/cube/res/values/strings.xml [moved from demos/android/res/values/strings.xml with 100% similarity]
demos/android/tri/AndroidManifest.xml [moved from demos/android/AndroidManifest.xml.tri with 100% similarity]
demos/android/tri/custom_rules.xml [new file with mode: 0644]
demos/android/tri/res/values/strings.xml [new file with mode: 0644]