aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:08:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:08:54 +0000
commit410b39c8e9ca332d45a75fc2201bad63de2c0a5d (patch)
treef010da46b0f835991461b89d4342c6df0a45ccf5
parent817d8bff7627d52acfd15f4343441415abd77b1d (diff)
parentd12542eea88a633f8d60d7980def670fb3ddeb65 (diff)
downloadlibsqlite3-sys-simpleperf-release.tar.gz
Snap for 11510257 from d12542eea88a633f8d60d7980def670fb3ddeb65 to simpleperf-releasesimpleperf-release
Change-Id: I4ebcb066fc56a641ca6c082ac8291869b0a1e9d2
-rw-r--r--Android.bp4
-rw-r--r--bindgen_modules.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4c0da1d..dc4fbf9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -94,6 +94,10 @@ rust_bindgen {
source_stem: "bindgen",
cflags: ["-I external/sqlite/dist"],
defaults: ["sqlite-defaults"],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}
rust_test {
diff --git a/bindgen_modules.bp b/bindgen_modules.bp
index cd5b85e..ec26c19 100644
--- a/bindgen_modules.bp
+++ b/bindgen_modules.bp
@@ -7,6 +7,10 @@ rust_bindgen {
source_stem: "bindgen",
cflags: ["-I external/sqlite/dist"],
defaults: ["sqlite-defaults"],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}
rust_test {