Skip to content

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: #5549 (closed) Fixes: 8621bd8d ("android: Add scripts to build using meson")

Merge request reports