cc_library_shared { vendor: true, srcs: ["CustUtils.cpp"], include_dirs:[ "vendor/platform/secure_c/include", ], local_include_dirs: [""], shared: { shared_libs: [ "libcutils", "liblog", "libuapi_securec", ], }, header_libs: [ "libcutils_headers", "liblog_headers", "libcust_headers", ], export_header_lib_headers: [ "libcust_headers", ], name: "libcust", cflags: [ "-Werror", "-Wall" ], clang: true, }