1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
529 B

//
// 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_platform",
],
srcs: [
"main.cpp",
"Power.cpp",
],
cflags: [
"-Wno-error",
],
}