mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: bpfmt
This commit is contained in:
parent
d97d8b7bfe
commit
be82ebd1fe
18 changed files with 70 additions and 67 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "android.hardware.sensors@1.0-service.a10",
|
name: "android.hardware.sensors@1.0-service.a10",
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,10 @@ cc_binary {
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
init_rc: ["android.hardware.usb@1.0-service.a10.rc"],
|
init_rc: ["android.hardware.usb@1.0-service.a10.rc"],
|
||||||
vintf_fragments: ["android.hardware.usb@1.0-service.a10.xml"],
|
vintf_fragments: ["android.hardware.usb@1.0-service.a10.xml"],
|
||||||
srcs: ["service.cpp", "Usb.cpp"],
|
srcs: [
|
||||||
|
"service.cpp",
|
||||||
|
"Usb.cpp",
|
||||||
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,9 @@ android_app_import {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
product_specific: true,
|
product_specific: true,
|
||||||
overrides: ["Camera2", "Snap", "Camera"],
|
overrides: [
|
||||||
|
"Camera2",
|
||||||
|
"Snap",
|
||||||
|
"Camera",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,3 @@ prebuilt_etc {
|
||||||
src: "privapp_whitelist_com.eurekateam.cameralightsensor.xml",
|
src: "privapp_whitelist_com.eurekateam.cameralightsensor.xml",
|
||||||
sub_dir: "permissions",
|
sub_dir: "permissions",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ android_app {
|
||||||
"kotlinx_coroutines",
|
"kotlinx_coroutines",
|
||||||
"androidx.transition_transition",
|
"androidx.transition_transition",
|
||||||
"kotlinx_coroutines_android",
|
"kotlinx_coroutines_android",
|
||||||
"androidx.coordinatorlayout_coordinatorlayout"
|
"androidx.coordinatorlayout_coordinatorlayout",
|
||||||
],
|
],
|
||||||
required: [
|
required: [
|
||||||
"vendor.eureka.hardware.fmradio@1.2-service",
|
"vendor.eureka.hardware.fmradio@1.2-service",
|
||||||
|
|
|
||||||
|
|
@ -29,4 +29,3 @@ cc_library_shared {
|
||||||
"jni_headers",
|
"jni_headers",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,5 @@ cc_library_shared {
|
||||||
"liblog",
|
"liblog",
|
||||||
"libutils",
|
"libutils",
|
||||||
"vendor.eureka.hardware.parts@1.0",
|
"vendor.eureka.hardware.parts@1.0",
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ cc_binary {
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
srcs: [
|
srcs: [
|
||||||
"SamsungCameraProvider.cpp",
|
"SamsungCameraProvider.cpp",
|
||||||
"service.cpp"
|
"service.cpp",
|
||||||
],
|
],
|
||||||
init_rc: ["android.hardware.camera.provider@2.5-service.exynos7885.rc"],
|
init_rc: ["android.hardware.camera.provider@2.5-service.exynos7885.rc"],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,5 @@ cc_library_static {
|
||||||
whole_static_libs: ["libbase"],
|
whole_static_libs: ["libbase"],
|
||||||
header_libs: ["libbase_headers"],
|
header_libs: ["libbase_headers"],
|
||||||
srcs: ["init_universal7885.cpp"],
|
srcs: ["init_universal7885.cpp"],
|
||||||
include_dirs: ["system/core/init"]
|
include_dirs: ["system/core/init"],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,5 @@ runtime_resource_overlay {
|
||||||
name: "WifiOverlay",
|
name: "WifiOverlay",
|
||||||
theme: "WifiOverlay",
|
theme: "WifiOverlay",
|
||||||
sdk_version: "current",
|
sdk_version: "current",
|
||||||
vendor: true
|
vendor: true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue