blob: f38562131954dcc489f7a6f91659609273580ad1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//
// Copyright (C) 2020 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library {
name: "libshim_dpmframework",
srcs: [
"strdup16to8.cpp",
"strdup8to16.cpp",
],
product_specific: true,
}
|