19 lines
493 B
Text
19 lines
493 B
Text
//
|
|
// Copyright (C) 2017 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
cc_binary {
|
|
name: "android.hardware.usb@1.0-service.xiaomi_sdm660",
|
|
relative_install_path: "hw",
|
|
init_rc: ["android.hardware.usb@1.0-service.xiaomi_sdm660.rc"],
|
|
srcs: ["service.cpp", "Usb.cpp"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"libhardware",
|
|
"android.hardware.usb@1.0",
|
|
],
|
|
proprietary: true,
|
|
}
|