Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1151d15b authored by Tom Cherry's avatar Tom Cherry
Browse files

Add recovery_available: true to init dependencies

Init needs this in order to be built in Android.bp

Test: build
Change-Id: I695438d69cc71b739b7648c4008ff3760da58ef0
parent 1d2b29a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+1 −0
Original line number Diff line number Diff line
@@ -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: {
+1 −0
Original line number Diff line number Diff line
@@ -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",