diff --git a/libprocessgroup/Android.bp b/libprocessgroup/Android.bp index b0bc497ab..c38279df4 100644 --- a/libprocessgroup/Android.bp +++ b/libprocessgroup/Android.bp @@ -2,6 +2,7 @@ cc_library { srcs: ["processgroup.cpp"], name: "libprocessgroup", host_supported: true, + recovery_available: true, shared_libs: ["libbase"], export_include_dirs: ["include"], cflags: [ diff --git a/mkbootimg/Android.bp b/mkbootimg/Android.bp index b49434679..576a677e7 100644 --- a/mkbootimg/Android.bp +++ b/mkbootimg/Android.bp @@ -9,6 +9,7 @@ cc_library_headers { cc_library_headers { name: "bootimg_headers", vendor_available: true, + recovery_available: true, export_include_dirs: ["include/bootimg"], host_supported: true, target: { diff --git a/property_service/libpropertyinfoserializer/Android.bp b/property_service/libpropertyinfoserializer/Android.bp index 3c4bdc346..51c1226f9 100644 --- a/property_service/libpropertyinfoserializer/Android.bp +++ b/property_service/libpropertyinfoserializer/Android.bp @@ -17,6 +17,7 @@ cc_defaults { cc_library_static { name: "libpropertyinfoserializer", defaults: ["propertyinfoserializer_defaults"], + recovery_available: true, srcs: [ "property_info_file.cpp", "property_info_serializer.cpp",