12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
//
|
|
// Copyright (C) 2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libgui_shim_sm8350",
|
|
srcs: ["libgui_shim.c"],
|
|
system_ext_specific: true,
|
|
}
|