mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-04 05:07:25 +09:00
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
//
|
|
// Copyright (C) 2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "fakelogprint",
|
|
vendor: true,
|
|
shared_libs: ["liblog"],
|
|
srcs: ["fakelogprint/fakelogprint.cpp"],
|
|
}
|