15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library {
|
|
name: "citsensorservice_shim",
|
|
srcs: ["citsensorservice.c"],
|
|
}
|
|
|
|
cc_library {
|
|
name: "wfdservice_shim",
|
|
srcs: ["wfdservice.c"],
|
|
} |