mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Drop unused shim
This commit is contained in:
parent
2943ba730c
commit
157baad982
2 changed files with 0 additions and 17 deletions
|
|
@ -1,12 +0,0 @@
|
|||
//
|
||||
// Copyright (C) 2021 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
cc_library_shared {
|
||||
name: "fakelogprint",
|
||||
vendor: true,
|
||||
shared_libs: ["liblog"],
|
||||
srcs: ["fakelogprint.cpp"],
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#include <log/log.h>
|
||||
|
||||
int __android_log_print(int prio, const char *tag, const char *fmt, ...) {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in a new issue