mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
Revert "universal7885: libshims: Import a shim to make blobs shut up"
This reverts commit 72bb5acc20.
This commit is contained in:
parent
afcc36fbae
commit
b7fd292b14
3 changed files with 0 additions and 15 deletions
|
|
@ -1,7 +0,0 @@
|
|||
cc_library_shared {
|
||||
name: "libquietlog",
|
||||
srcs: ["LogShim.cpp"],
|
||||
shared_libs: ["liblog"],
|
||||
compile_multilib: "64",
|
||||
vendor: true
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#include <log/log.h>
|
||||
|
||||
int __android_log_print(int /*prio*/, const char* /*tag*/, const char* /*fmt*/, ...) {
|
||||
return 1;
|
||||
}
|
||||
Loading…
Reference in a new issue