peridot: Append vendor suffix to sqlite3 lib
Change-Id: Ib1733c17d1be21720f6a2b9c9e7d24b622021c4f
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user