haydn: Commonize libcvapiv2*
Change-Id: I4e99a2eda0fb4e3b2f6f50b9391221a59809f6cf
This commit is contained in:
parent
011ff4daf3
commit
2d322316a1
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,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libchilog",
|
name: "libchilog",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|
|
||||||
|
|
@ -574,9 +574,6 @@ PRODUCT_PACKAGES += \
|
||||||
libcamxswispiqmodule \
|
libcamxswispiqmodule \
|
||||||
libcamxswprocessalgo \
|
libcamxswprocessalgo \
|
||||||
libcamxtintlessalgo \
|
libcamxtintlessalgo \
|
||||||
libcapiv2svacnn \
|
|
||||||
libcapiv2svarnn \
|
|
||||||
libcapiv2vop \
|
|
||||||
libchilog \
|
libchilog \
|
||||||
libcom.qti.chinodeutils \
|
libcom.qti.chinodeutils \
|
||||||
libcom.xiaomi.debug \
|
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