android: amd/common/gfx10: add register JSON
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 6 Jul 2019 18:21:31 +0000 (20:21 +0200)
committerMauro Rossi <issor.oruam@gmail.com>
Wed, 10 Jul 2019 07:03:51 +0000 (09:03 +0200)
commitb3d46cb539c10004fc6e67a435bea29236ce53fc
treeb8dfa9fe3fe01fd1f4fb99071c3f7269dd92ad8d
parent2434fb3e8e4c9c93b5755af34f077d2bf767b5f3
android: amd/common/gfx10: add register JSON

The necessary Android makefile building rules are added
and the generation rules are simplified for readability

Fixes the following building errors:

external/mesa/src/amd/common/ac_llvm_build.c:1496:45:
error: use of undeclared identifier 'V_008F0C_IMG_FORMAT_8_UINT'
   case V_008F0C_BUF_DATA_FORMAT_8: format = V_008F0C_IMG_FORMAT_8_UINT; break;
                                             ^
Fixes: 74a26af ("amd/common/gfx10: add register JSON")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
src/amd/Android.common.mk