android: Strip modules in AOSP instead of meson
AOSP stores unstripped libraries in
out/target/product/<device>/symbols
which is subsequently read by
gdbclient: this is immensely useful for debugging. Disable stripping in
meson and allow AOSP to store unstripped output by not setting
STRIP_MODULE:= false
.