1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
774 B

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_shared {
name: "libhwjpeg",
proprietary: true,
owner: "google",
srcs: [
"AppMarkerWriter.cpp",
"ExynosJpegEncoder.cpp",
"ExynosJpegEncoderForCamera.cpp",
"hwjpeg-base.cpp",
"hwjpeg-v4l2.cpp",
"libhwjpeg-exynos.cpp",
"LibScalerForJpeg.cpp",
"ThumbnailScaler.cpp",
],
export_include_dirs: ["include"],
cflags: ["-DLOG_TAG=\"exynos-libhwjpeg\""],
header_libs: [
"google_hal_headers",
"libcutils_headers",
"libhardware_headers",
"libsystem_headers",
],
shared_libs: [
"liblog",
"libutils",
"libcutils",
"libion_google",
],
}