mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
7 lines
148 B
Text
7 lines
148 B
Text
cc_library_shared {
|
|
name: "libquietlog",
|
|
srcs: ["LogShim.cpp"],
|
|
shared_libs: ["liblog"],
|
|
compile_multilib: "64",
|
|
vendor: true
|
|
}
|