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

Commit bda48507 authored by David Anderson's avatar David Anderson Committed by android-build-merger
Browse files

Merge "Make libboot_control vendor available." am: e3a35dc8

am: 388d2a59

Change-Id: I9ee92e1609ea285c1ae63f7b427fd62c24aa6127
parents 6bf93864 388d2a59
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

cc_defaults {
    name: "libboot_control_defaults",
    vendor: true,
    recovery_available: true,
    relative_install_path: "hw",

@@ -28,10 +29,10 @@ cc_defaults {

    shared_libs: [
        "libbase",
        "libbootloader_message",
        "liblog",
    ],
    static_libs: [
        "libbootloader_message_vendor",
        "libfstab",
    ],
}
+1 −0
Original line number Diff line number Diff line
@@ -56,4 +56,5 @@ cc_library_static {
        "libbootloader_message_defaults",
    ],
    vendor: true,
    recovery_available: true,
}