mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-24 04:45:32 -04:00
universal7885: Remove useless stuffs
Also reorganize
This commit is contained in:
parent
f8f5a64999
commit
134d87b132
111 changed files with 0 additions and 72 deletions
12
universal7885-common/bin/libshims/fakelogprint/Android.bp
Normal file
12
universal7885-common/bin/libshims/fakelogprint/Android.bp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//
|
||||
// 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"],
|
||||
}
|
||||
Loading…
Reference in a new issue