summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'boot/1.0/default/Android.bp')
-rw-r--r--boot/1.0/default/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/1.0/default/Android.bp b/boot/1.0/default/Android.bp
index c9b74925..6cfbf32e 100644
--- a/boot/1.0/default/Android.bp
+++ b/boot/1.0/default/Android.bp
@@ -1,5 +1,6 @@
1cc_library_shared { 1cc_library_shared {
2 name: "android.hardware.boot@1.0-impl", 2 name: "android.hardware.boot@1.0-impl",
3 defaults: ["hidl_defaults"],
3 relative_install_path: "hw", 4 relative_install_path: "hw",
4 vendor: true, 5 vendor: true,
5 srcs: ["BootControl.cpp"], 6 srcs: ["BootControl.cpp"],
@@ -17,6 +18,7 @@ cc_library_shared {
17 18
18cc_binary { 19cc_binary {
19 name: "android.hardware.boot@1.0-service", 20 name: "android.hardware.boot@1.0-service",
21 defaults: ["hidl_defaults"],
20 relative_install_path: "hw", 22 relative_install_path: "hw",
21 vendor: true, 23 vendor: true,
22 init_rc: ["android.hardware.boot@1.0-service.rc"], 24 init_rc: ["android.hardware.boot@1.0-service.rc"],