summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:35 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:35 +0900
commit10f149dfc89b2e09f8751b6bdecaf4b45f328118 (patch)
treeef5b557c8134eb310fac2c4b80b9d1f392cad45d
parentd4b18f5e6485e6d64088a1e118c108b9c135640b (diff)
downloadsqlite-10f149dfc89b2e09f8751b6bdecaf4b45f328118.tar.gz
Remove VNDK definition(s)
As of VNDK deprecation, any libraries that defines vndk is no longer valid anymore. This change removes all VNDK definition(s) from modules which was VNDK. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I13fbb970f46187950aeaffdeb661698f8d652bd0
-rw-r--r--dist/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index 6ca2767..cca9396 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -106,9 +106,6 @@ cc_library {
defaults: ["sqlite-defaults"],
vendor_available: true,
native_bridge_supported: true,
- vndk: {
- enabled: true,
- },
srcs: ["sqlite3.c"],