summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--boot/1.0/default/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/1.0/default/Android.bp b/boot/1.0/default/Android.bp
index 397c56d0..67dee086 100644
--- a/boot/1.0/default/Android.bp
+++ b/boot/1.0/default/Android.bp
@@ -2,7 +2,7 @@ cc_library_shared {
2 name: "android.hardware.boot@1.0-impl", 2 name: "android.hardware.boot@1.0-impl",
3 defaults: ["hidl_defaults"], 3 defaults: ["hidl_defaults"],
4 relative_install_path: "hw", 4 relative_install_path: "hw",
5 vendor: true, 5 vendor_available: true,
6 recovery_available: true, 6 recovery_available: true,
7 srcs: ["BootControl.cpp"], 7 srcs: ["BootControl.cpp"],
8 8