aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
-rw-r--r--bindgen_modules.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index dc4fbf9..c30bf30 100644
--- a/Android.bp
+++ b/Android.bp
@@ -92,7 +92,7 @@ rust_bindgen {
custom_bindgen: "sqlite3_bindgen_build",
wrapper_src: "wrapper.h",
source_stem: "bindgen",
- cflags: ["-I external/sqlite/dist"],
+ header_libs: ["libsqlite"],
defaults: ["sqlite-defaults"],
apex_available: [
"//apex_available:platform",
diff --git a/bindgen_modules.bp b/bindgen_modules.bp
index ec26c19..6db7199 100644
--- a/bindgen_modules.bp
+++ b/bindgen_modules.bp
@@ -5,7 +5,7 @@ rust_bindgen {
custom_bindgen: "sqlite3_bindgen_build",
wrapper_src: "wrapper.h",
source_stem: "bindgen",
- cflags: ["-I external/sqlite/dist"],
+ header_libs: ["libsqlite"],
defaults: ["sqlite-defaults"],
apex_available: [
"//apex_available:platform",