mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
12 lines
220 B
Text
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"],
|
|
}
|