android: r600/sfn: fix sfn_nir_algebraic.c gen rules
authorMauro Rossi <issor.oruam@gmail.com>
Mon, 22 Mar 2021 23:21:24 +0000 (00:21 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Tue, 23 Mar 2021 19:29:55 +0000 (20:29 +0100)
commitcd135b877db239e70e50922955218106d32bac00
tree12559758bd2ee0659b770a92a7aa2767d40492b2
parentccb50f8ad339970e57c9e0623eef581b7de66ae6
android: r600/sfn: fix sfn_nir_algebraic.c gen rules

Changelog:
- Correct typo in generator name which is sfn_nir_algebraic.py
- Rename variables for the gen rules according to meson rules
- Align python command and options according to meson rules

Fixes the following building error:

FAILED: ninja: 'external/mesa/src/gallium/drivers/r600/sfn/r600_nir_algebraic.py',
needed by 'out/target/product/x86_64/gen/STATIC_LIBRARIES/libmesa_pipe_r600_intermediates/sfn_nir_algebraic.c',
missing and no known rule to make it

Fixes: 195952786b08 ("r600/sfn: Add algebraic lowering for fsin and fcos")
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9766>
src/gallium/drivers/r600/Android.mk