mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05: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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue