cc_library_shared { name: "libdrv_dfx", proprietary: true, compile_multilib: "64", srcs: [ "profile_drv_user.c", ], include_dirs: [ "vendor/platform/secure_c/include", ], header_libs: [ "libuapi_npu_source_headers", "libuapi_npu_headers", "drv_generic_headers", "drv_npu_headers", "libuapi_slog_headers", ], export_header_lib_headers: [ ], shared_libs: [ "libslog", "libuapi_securec", ], cflags: [ "-DLOG_TAG=\"aidfx\"", "-Werror", "-Wextra", "-Wshadow", "-Wformat=2", "-Wdate-time", "-Wfloat-equal", "-fno-common", ], clang: true, }