mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Add extra compiler defaults
This commit is contained in:
parent
be82ebd1fe
commit
5394c3b11f
11 changed files with 81 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ cc_library_shared {
|
|||
"fm_ioctl.cpp",
|
||||
"fm_route.cpp",
|
||||
],
|
||||
defaults: ["eureka_defaults"],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
cc_library_shared {
|
||||
name: "libsamsungparts_jni",
|
||||
defaults: ["eureka_defaults"],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ cc_binary {
|
|||
name: "android.hardware.camera.provider@2.5-service.exynos7885",
|
||||
defaults: [
|
||||
"hidl_defaults",
|
||||
"eureka_defaults",
|
||||
],
|
||||
proprietary: true,
|
||||
relative_install_path: "hw",
|
||||
|
|
|
|||
|
|
@ -19,5 +19,6 @@ cc_binary {
|
|||
srcs: [
|
||||
"Logger.cpp",
|
||||
],
|
||||
defaults: ["eureka_defaults"],
|
||||
init_rc: ["eklogger.rc"],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ cc_library_shared {
|
|||
proprietary: true,
|
||||
recovery_available: true,
|
||||
relative_install_path: "hw",
|
||||
|
||||
defaults: ["eureka_defaults"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcutils",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ cc_binary {
|
|||
"FMRadio.cpp",
|
||||
"service.cpp",
|
||||
],
|
||||
defaults: ["eureka_defaults"],
|
||||
shared_libs: [
|
||||
"libhidlbase",
|
||||
"libutils",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
cc_binary {
|
||||
name: "vendor.eureka.hardware.parts@1.0-service",
|
||||
defaults: ["eureka_defaults"],
|
||||
srcs: [
|
||||
"Battery.cpp",
|
||||
"FlashLight.cpp",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
cc_library_static {
|
||||
name: "libinit_universal7885",
|
||||
recovery_available: true,
|
||||
defaults: ["eureka_defaults"],
|
||||
whole_static_libs: ["libbase"],
|
||||
header_libs: ["libbase_headers"],
|
||||
srcs: ["init_universal7885.cpp"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue