haydn: Commonize libcvapiv2*
Change-Id: I4e99a2eda0fb4e3b2f6f50b9391221a59809f6cf
This commit is contained in:
parent
8c6677ee2e
commit
cbc0422bd8
5 changed files with 0 additions and 81 deletions
78
Android.bp
78
Android.bp
|
|
@ -8247,84 +8247,6 @@ cc_prebuilt_library_shared {
|
|||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcapiv2svacnn",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcapiv2svacnn.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcapiv2svarnn",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcapiv2svarnn.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libcapiv2vop",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libcapiv2vop.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libchilog",
|
||||
owner: "xiaomi",
|
||||
|
|
|
|||
|
|
@ -574,9 +574,6 @@ PRODUCT_PACKAGES += \
|
|||
libcamxswispiqmodule \
|
||||
libcamxswprocessalgo \
|
||||
libcamxtintlessalgo \
|
||||
libcapiv2svacnn \
|
||||
libcapiv2svarnn \
|
||||
libcapiv2vop \
|
||||
libchilog \
|
||||
libcom.qti.chinodeutils \
|
||||
libcom.xiaomi.debug \
|
||||
|
|
|
|||
BIN
proprietary/vendor/lib64/libcapiv2svacnn.so
vendored
BIN
proprietary/vendor/lib64/libcapiv2svacnn.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libcapiv2svarnn.so
vendored
BIN
proprietary/vendor/lib64/libcapiv2svarnn.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libcapiv2vop.so
vendored
BIN
proprietary/vendor/lib64/libcapiv2vop.so
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue