Home | History | Annotate | Download | only in default
      1 cc_library_shared {
      2     name: "android.hardware.boot (a] 1.0-impl",
      3     defaults: ["hidl_defaults"],
      4     relative_install_path: "hw",
      5     vendor: true,
      6     recovery_available: true,
      7     srcs: ["BootControl.cpp"],
      8 
      9     shared_libs: [
     10         "liblog",
     11         "libhidlbase",
     12         "libhidltransport",
     13         "libhardware",
     14         "libutils",
     15         "android.hardware.boot (a] 1.0",
     16     ],
     17 
     18 }
     19 
     20 cc_binary {
     21     name: "android.hardware.boot (a] 1.0-service",
     22     defaults: ["hidl_defaults"],
     23     relative_install_path: "hw",
     24     vendor: true,
     25     init_rc: ["android.hardware.boot (a] 1.0-service.rc"],
     26     srcs: ["service.cpp"],
     27 
     28     shared_libs: [
     29         "liblog",
     30         "libhardware",
     31         "libhidlbase",
     32         "libhidltransport",
     33         "libutils",
     34         "android.hardware.boot (a] 1.0",
     35     ],
     36 
     37 }
     38