1cc_library { 2 name: "[email protected]", 3 defaults: ["hidl_defaults"], 4 relative_install_path: "hw", 5 srcs: [ 6 "Hash.cpp", 7 ], 8 shared_libs: [ 9 "libcutils", 10 "libhidlbase", 11 "liblog", 12 "libutils", 13 ], 14 15 // These are static libs only for testing purposes and portability. Shared 16 // libs should be used on device. 17 static_libs: ["[email protected]"], 18} 19