Pass bindgen location to bindgen.sh am: 0b88d5a330 am: 618dffca70 am: ad7a558429

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/libsqlite3-sys/+/1393120

Change-Id: I6328f7a1c18559eeae1e3a2eb5d397cf5e44c649
diff --git a/Android.bp b/Android.bp
index e007749..ed10b09 100644
--- a/Android.bp
+++ b/Android.bp
@@ -155,7 +155,7 @@
 // to detect and fix errors.
 bindgen_post_edit_cmd = " sed -i 's/: u32 /: i32 /' $(out) &&"
 
-genrule_default_cmd = "$(location bindgen.sh)"
+genrule_default_cmd = "$(location bindgen.sh) $(location bindgen)"
     + sqlite3_bindgen_flags
     + common_bindgen_flags
     + sqlite3_bindgen_clang_flags