aboutsummaryrefslogtreecommitdiff
path: root/libshims/Android.bp
blob: ee124d17b63d53e0ab88600aa309b7ad251cd7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright (C) 2021 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//

cc_library_shared {
    name: "libcamera_sdm660_shim",
    srcs: ["camera_sdm660_shim.cpp"],
    shared_libs: [
        "libui",
        "libutils",
    ],
    vendor: true,
}