Separate out debug information in Android build
authorChris Forbes <chrisforbes@google.com>
Thu, 14 Jun 2018 06:23:02 +0000 (23:23 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 15 Jun 2018 09:58:59 +0000 (05:58 -0400)
commit651bd0d1bcfc3763521f16bfd3b9a40396998e8c
treeea33f21d568d62bf6da6286333eab57b8db644fe
parent5c477acb73186e4b6abe96c9b80b2e969f3b1a55
Separate out debug information in Android build

We don't want to place the debug information in the APK, but we should
keep it around on the host so that the debugger can work.

In a "normal" Android app packaging process this is done for us by
gradle, but we roll our own. Do it as a CMake post-build step instead.

Change-Id: I59b13659d66333a06ce60b6057db19b39c067f53
Components: Framework
VK-GL-CTS: 1194
CMakeLists.txt