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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue