universal7885: Drop unused shim

This commit is contained in:
Soo-Hwan Na 2022-04-22 13:58:51 +09:00 committed by GitHub
commit 157baad982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 17 deletions

View file

@ -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"],
}

View file

@ -1,5 +0,0 @@
#include <log/log.h>
int __android_log_print(int prio, const char *tag, const char *fmt, ...) {
return 0;
}