summaryrefslogtreecommitdiff
path: root/fastboot/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fastboot/Android.bp')
-rw-r--r--fastboot/Android.bp28
1 files changed, 28 insertions, 0 deletions
diff --git a/fastboot/Android.bp b/fastboot/Android.bp
index dd2f80da..ee1cda34 100644
--- a/fastboot/Android.bp
+++ b/fastboot/Android.bp
@@ -42,3 +42,31 @@ cc_library {
"libfstab",
],
}
+
+
+cc_binary {
+ name: "android.hardware.fastboot-service.pixel_recovery",
+ init_rc: ["android.hardware.fastboot-service.pixel_recovery.rc"],
+ vintf_fragments: ["android.hardware.fastboot-service.pixel.xml"],
+ recovery: true,
+ srcs: [
+ "Fastboot_aidl.cpp",
+ "main.cpp",
+ ],
+ relative_install_path: "hw",
+ shared_libs: [
+ "android.hardware.fastboot-V1-ndk",
+ "libbinder_ndk",
+ "libbase",
+ "libcutils",
+ "libext4_utils",
+ "libfs_mgr",
+ "liblog",
+ "libutils",
+ ],
+ static_libs: [
+ "libnos_for_fastboot",
+ "libnos_citadel_for_fastboot",
+ "libfstab",
+ ],
+}