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.

35 lines
668 B

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_shared {
name: "libmemtrack-rockchip",
vendor: true,
srcs: [
"Memtrack.cpp",
"GpuSysfsReader.cpp",
"filesystem.cpp",
],
export_include_dirs: [
"include",
],
shared_libs: [
"android.hardware.memtrack-V1-ndk",
"libbase",
"libbinder_ndk",
"liblog",
],
cppflags: [
"-Wall",
"-Werror",
"-Wformat",
"-Wthread-safety",
"-Wunused",
"-Wunreachable-code",
],
visibility: [
"//hardware/rockchip/libmemtrack/service:__pkg__"
],
}