Android.mk: Generate enum mappings from unified1 grammar
authorDavid Neto <dneto@google.com>
Fri, 2 Mar 2018 20:24:15 +0000 (15:24 -0500)
committerDavid Neto <dneto@google.com>
Fri, 2 Mar 2018 20:27:22 +0000 (15:27 -0500)
commita942ff40f548cbd33dd3df11a14730ca9869af7f
treee0ab28063b4d7ca6f2e46ec6e494016c1c9547fe
parentfe2192162916d4fad7e4547a6198850abaabb2cc
Android.mk: Generate enum mappings from unified1 grammar

Some tokens are only showing up in the unified1 grammar.
So enum string mappings have to be generated from that grammar, not
the grammar from the (deprecated) include/spirv/1.2 grammar.

Example: capabilities FragmentFullyCovered, Float16ImageAMD
Android.mk