From 9b4b8f604359c4c0eae45fe961dd4dbf9f899906 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Mon, 26 Sep 2016 17:53:00 -0600 Subject: [PATCH] demos: Add APK with layers to cube --- demos/android/cube-with-layers/AndroidManifest.xml | 27 ++++++++++++++++++++++ demos/android/cube-with-layers/custom_rules.xml | 25 ++++++++++++++++++++ .../cube-with-layers/res/values/strings.xml | 24 +++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 demos/android/cube-with-layers/AndroidManifest.xml create mode 100644 demos/android/cube-with-layers/custom_rules.xml create mode 100644 demos/android/cube-with-layers/res/values/strings.xml diff --git a/demos/android/cube-with-layers/AndroidManifest.xml b/demos/android/cube-with-layers/AndroidManifest.xml new file mode 100644 index 0000000..50ac927 --- /dev/null +++ b/demos/android/cube-with-layers/AndroidManifest.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/demos/android/cube-with-layers/custom_rules.xml b/demos/android/cube-with-layers/custom_rules.xml new file mode 100644 index 0000000..ab517bf --- /dev/null +++ b/demos/android/cube-with-layers/custom_rules.xml @@ -0,0 +1,25 @@ + + + + + + + +CubeWithLayers: Creating libs-with-layers + + +CubeWithLayers: Copying libs from demos/android + + + + +CubeWithLayers: Copying layers from build-android + + + + + +CubeWithLayers: Overriding native.libs.absolute.dir with ${cubeWithLayersDir} + + + diff --git a/demos/android/cube-with-layers/res/values/strings.xml b/demos/android/cube-with-layers/res/values/strings.xml new file mode 100644 index 0000000..bdf81e5 --- /dev/null +++ b/demos/android/cube-with-layers/res/values/strings.xml @@ -0,0 +1,24 @@ + + + + + + + + CubeWithLayers + + -- 2.7.4