surya: Add missing Camera blob
This commit is contained in:
17
Android.bp
17
Android.bp
@@ -4800,6 +4800,23 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libflaw",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: ["proprietary/vendor/lib64/libflaw.so"],
|
||||
shared_libs: ["libOpenCL", "liblog", "libm", "libz", "libc", "libdl", ],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libft2vendor",
|
||||
owner: "xiaomi",
|
||||
|
||||
BIN
proprietary/vendor/lib64/libflaw.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libflaw.so
vendored
Normal file
Binary file not shown.
@@ -531,6 +531,7 @@ PRODUCT_PACKAGES += \
|
||||
libdrmfs \
|
||||
libdrmtime \
|
||||
libdsi_netctrl \
|
||||
libflaw \
|
||||
libft2vendor \
|
||||
libgdtap \
|
||||
libgf_ca \
|
||||
|
||||
Reference in New Issue
Block a user