25 lines
520 B
Plaintext
25 lines
520 B
Plaintext
//
|
|
// Copyright (c) 2020 Rockchip Electronics Co., Ltd
|
|
//
|
|
cc_binary {
|
|
name: "android.hardware.power-service.rockchip",
|
|
relative_install_path: "hw",
|
|
init_rc: ["power-aidl-rockchip.rc"],
|
|
vintf_fragments: ["power-aidl-rockchip.xml"],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libbase",
|
|
"libcutils",
|
|
"liblog",
|
|
"libbinder_ndk",
|
|
"android.hardware.power-V2-ndk",
|
|
],
|
|
srcs: [
|
|
"main.cpp",
|
|
"Power.cpp",
|
|
],
|
|
cflags: [
|
|
"-Wno-error",
|
|
],
|
|
}
|