android.mk: Add missing variables to the make target
authorRoman Stratiienko <r.stratiienko@gmail.com>
Mon, 22 Nov 2021 16:57:01 +0000 (18:57 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 23 Nov 2021 21:06:09 +0000 (21:06 +0000)
commit32ec0fffa6fbe58b0fd76901c6a7dc8a9cfc79b1
tree98e3774845601b3b4f15e72c747b3af8ae30ca8d
parent0daed2dc6b3f251bc0fd8bb7bffb577a4c3f4b46
android.mk: Add missing variables to the make target

Android build system may use different internal variables to specify
cflags/cppflags.
Small change in product confguration may force Android to use diffrent
set of variables, therefore we should keep all of them attached to the
make rule's target.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5549
Fixes: 8621bd8d5e67 ("android: Add scripts to build using meson")
Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
Acked-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13914>
android/mesa3d_cross.mk