android_device_samsung_a20/universal7885-common/bin/libshims/fakelogprint/Android.bp
roynatech2544 134d87b132 universal7885: Remove useless stuffs
Also reorganize
2022-04-20 08:03:45 +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"],
}