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.

33 lines
605 B

cc_prebuilt_library_shared {
name: "libimagekit",
shared_libs: [
"libcutils",
"libEGL",
"libGLESv2",
"libGLESv3",
"libutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
"libdftevent"
],
target: {
android_arm: {
srcs: [
"lib/libimagekit.so",
],
},
android_arm64: {
srcs: [
"lib64/libimagekit.so",
],
},
},
vendor_available: true,
compile_multilib: "both",
clang: true,
}