cc_binary { name: "android.hardware.light@2.0-service.eureka", relative_install_path: "hw", init_rc: ["android.hardware.light@2.0-service.eureka.rc"], vintf_fragments: ["android.hardware.light@2.0-service.eureka.xml"], vendor: true, shared_libs: [ "libbase", "libhardware", "libhidlbase", "libutils", "liblog", "android.hardware.light@2.0", ], srcs: [ "Light.cpp", "service.cpp", ], }