sm8450-common: Rename prebuilt libgrpc++_unsecure.so for QCC
Change-Id: Ie0e28f1d620f5304b442698c7fc7e1d859934b67
This commit is contained in:
parent
77d20a7c3d
commit
f3013398b7
@ -2415,15 +2415,15 @@ cc_prebuilt_library_shared {
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libgrpc++_unsecure",
|
||||
name: "libgrpc++_unsecure_prebuilt",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/lib64/libgrpc++_unsecure.so"],
|
||||
shared_libs: ["libz", "liblog", "libc++", "libc", "libm", "libdl", ],
|
||||
srcs: ["proprietary/vendor/lib64/libgrpc++_unsecure_prebuilt.so"],
|
||||
shared_libs: ["liblog", "libc++", "libc", "libm", "libdl", ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
|
BIN
proprietary/vendor/bin/qcc-trd
vendored
BIN
proprietary/vendor/bin/qcc-trd
vendored
Binary file not shown.
Binary file not shown.
@ -396,7 +396,7 @@ PRODUCT_PACKAGES += \
|
||||
libfastcvopt \
|
||||
libgame_enhance \
|
||||
libgnsspps \
|
||||
libgrpc++_unsecure \
|
||||
libgrpc++_unsecure_prebuilt \
|
||||
libhdr_backlight_adapter \
|
||||
libhdr_tm \
|
||||
libhdrdynamic \
|
||||
|
Loading…
Reference in New Issue
Block a user