29 lines
597 B
Plaintext
29 lines
597 B
Plaintext
cc_prebuilt_library_shared {
|
|
name: "libcameracallback",
|
|
strip: {
|
|
none: true,
|
|
},
|
|
arch: {
|
|
arm: {
|
|
srcs: ["system/lib/libcameracallback.so"],
|
|
},
|
|
arm64: {
|
|
srcs: ["system/lib64/libcameracallback.so"],
|
|
},
|
|
},
|
|
shared_libs: [
|
|
"cloud_aidl_interface-cpp",
|
|
"libbinder",
|
|
"libbinder_ndk",
|
|
"liblog",
|
|
"libutils",
|
|
"libbase",
|
|
"libcamera_metadata",
|
|
"libcutils",
|
|
"libexif",
|
|
"libgralloctypes",
|
|
"libhardware",
|
|
"libhidlbase",
|
|
],
|
|
}
|