Files
device_xiaomi_taoyao/shims/Android.bp

20 lines
320 B
Plaintext

//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library {
name: "libcamera_shim",
srcs: ["libcamera.c"],
}
cc_library {
name: "citsensorservice_shim",
srcs: ["citsensorservice.c"],
}
cc_library {
name: "wfdservice_shim",
srcs: ["wfdservice.c"],
}