android_device_samsung_a20/universal7885-common/libshims/fakelogprint/Android.bp
Alexander Winkowski 8b275247f9
universal7885: Import a shim to silence logcat spam on vendor blobs
Co-authored-by: Jan Engelmohr <jan.engelmohr@mailbox.tu-dresden.de>
2022-04-03 02:21:36 +09:00

12 lines
220 B
Text

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