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

Commit 507b30b5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make find_input_delta available" into main

parents 85fced17 03ae2404
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

bootstrap_go_package {
    name: "soong-cmd-find_input_delta-find_input_delta",
    pkgPath: "android/soong/cmd/find_input_delta/find_input_delta",
blueprint_go_binary {
    name: "find_input_delta",
    deps: [
        "golang-protobuf-encoding-prototext",
        "golang-protobuf-reflect-protoreflect",
        "golang-protobuf-runtime-protoimpl",
        "soong-cmd-find_input_delta-proto",
        "soong-cmd-find_input_delta-lib",
        "soong-cmd-find_input_delta-proto",
        "soong-cmd-find_input_delta-proto_internal",
    ],
    srcs: [
        "main.go",
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ bootstrap_go_package {
        "golang-protobuf-reflect-protoreflect",
        "golang-protobuf-runtime-protoimpl",
        "soong-cmd-find_input_delta-proto",
        "soong-cmd-find_input_delta-proto_internal",
        "blueprint-pathtools",
    ],
    srcs: [
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ bootstrap_go_package {
        "golang-protobuf-runtime-protoimpl",
    ],
    srcs: [
        "target_delta_files.pb.go",
        "file_list.pb.go",
    ],
}