Alexander Winkowski 63a1bf6bd8
Revert "Revert "miatoll: Switch to prebuilt audio HAL""
This reverts commit a0f493f1e04a42274a3b6478d5502d250627729b.
2023-08-17 05:03:19 +00:00

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