peridot: Append vendor suffix to sqlite3 lib

Change-Id: Ib1733c17d1be21720f6a2b9c9e7d24b622021c4f
This commit is contained in:
AdarshGrewal
2025-09-18 21:45:51 +05:30
parent edc4dff693
commit bfc8e1d8cb
2 changed files with 4 additions and 3 deletions

View File

@@ -5745,7 +5745,7 @@ cc_prebuilt_library_shared {
"libcutils", "libcutils",
"libshadowhook", "libshadowhook",
"libprotobuf-cpp-full-21.7", "libprotobuf-cpp-full-21.7",
"sqlite3", "sqlite3_vendor",
"com.xiaomi.drivermqs", "com.xiaomi.drivermqs",
"libc++", "libc++",
"libc", "libc",
@@ -27726,7 +27726,8 @@ cc_prebuilt_library_shared {
} }
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "sqlite3", name: "sqlite3_vendor",
stem: "sqlite3",
owner: "xiaomi", owner: "xiaomi",
strip: { strip: {
none: true, none: true,

View File

@@ -2217,7 +2217,7 @@ PRODUCT_PACKAGES += \
libswgamedap \ libswgamedap \
libswspatializer \ libswspatializer \
libswvqe \ libswvqe \
sqlite3 \ sqlite3_vendor \
vendor.display.color@1.0 \ vendor.display.color@1.0 \
vendor.display.color@1.1 \ vendor.display.color@1.1 \
vendor.display.color@1.2 \ vendor.display.color@1.2 \