Pass bindgen location to bindgen.sh am: 0b88d5a330

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

Change-Id: I0cd05914431c39a38f52b0a5c002a631f9640b86
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