ANDROID: Fix -Wvarargs errors

Fix warnings:
error: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior

Convert the argument before the varargs from bool to int.

Bug: 69449598
Change-Id: I1d30b4be14647cbab35d301c8a46ebae52230b13
3 files changed