aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:10:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-12 23:10:36 +0000
commitf9885fc79dc74624aea732e8e211749c28883e72 (patch)
treeae4a6a1e7a3c4d21c9fbbe09a3481accea574597
parente6ac5bfbffb4c9a38d5d304ae48425a9620fde8a (diff)
parentbbdc4c407b4454b6e78184fa52c28fae735f8a93 (diff)
downloadlibsqlite3-sys-sdk-release.tar.gz
Snap for 11566117 from bbdc4c407b4454b6e78184fa52c28fae735f8a93 to sdk-releaseplatform-tools-35.0.1sdk-release
Change-Id: If21eae12f829f54f3942c77a6c0be16273dcd179
-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",