Separate out debug information in Android build
authorChris Forbes <chrisforbes@google.com>
Thu, 14 Jun 2018 06:23:02 +0000 (23:23 -0700)
committerJiayuan Ren <jiayuanr@nvidia.com>
Thu, 24 Jan 2019 00:37:36 +0000 (19:37 -0500)
commit8b0e94d8bf6fe624cbee5af8e6d1b884bffde761
tree0bfa953ba12e1966b662ddd66aac976529ccafa4
parentc471ab351f9d3f766528d8ec86baf40a1b2abaf2
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
VK-GL-CTS: 1533
(cherry picked from commit 651bd0d1bcfc3763521f16bfd3b9a40396998e8c)
CMakeLists.txt