s5e8825-common: Build Samsung EPIC HAL
Change-Id: I7ebee0b42cd481350357d5cca69f7e51cd615a9e Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
35
Android.bp
35
Android.bp
@@ -706,6 +706,41 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libepic_helper",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/libepic_helper.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libdl",
|
||||
"libc",
|
||||
"libm",
|
||||
"liblog",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libepic_helper.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
"liblog",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "both",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libexynoscamera_cnr_plugin",
|
||||
owner: "samsung",
|
||||
|
||||
Reference in New Issue
Block a user