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

Commit 2067dff8 authored by Kelvin Zhang's avatar Kelvin Zhang
Browse files

Merge "Expose ota_metadata_proto for consumption" am: 51c8f9f3 am:...

Merge "Expose ota_metadata_proto for consumption" am: 51c8f9f3 am: 9dbff33b am: 580a36f8 am: ee491d95

Original change: https://android-review.googlesource.com/c/platform/build/+/1708627

Bug: 186581246
Bug: 188575410

Change-Id: I996092bd29f8f6231c8055b44d59ae87d5809127
(cherry picked from commit 77802890)
parent 815c391c
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -114,6 +114,20 @@ python_library_host {
    },
}

cc_library_static {
    name: "ota_metadata_proto_cc",
    srcs: [
       "ota_metadata.proto",
    ],
    host_supported: true,
    recovery_available: true,
    proto: {
        canonical_path_from_root: false,
        type: "lite",
        export_proto_headers: true,
    },
}

java_library_static {
    name: "ota_metadata_proto_java",
    host_supported: true,