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.

28 lines
644 B

filegroup {
name: "vendorstorages-rockchip.rc",
srcs: ["vendorstorages-rockchip.rc"],
}
filegroup {
name: "vendorstorages-rockchip.xml",
srcs: ["vendorstorages-rockchip.xml"],
}
cc_binary {
name: "rockchip.aidl.vendorstorage-service",
relative_install_path: "hw",
init_rc: [":vendorstorages-rockchip.rc"],
vintf_fragments: [":vendorstorages-rockchip.xml"],
vendor: true,
srcs: [
"VendorStorage.cpp",
"service.cpp",
],
shared_libs: [
"rockchip.aidl.vendorstorage-V2-ndk",
"libbase",
"liblog",
"libbinder_ndk",
"libvendor_storage",
],
}