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

Commit ce0056a9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Creates new java_library target to create lite version of launcher.proto."

parents f800e435 e5b651b2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -25,3 +25,16 @@ java_library {
        "*.proto",
    ],
}

java_library {
    name: "launcherprotoslite",
    proto: {
        type: "lite",
        include_dirs: ["external/protobuf/src"],
    },

    sdk_version: "current",
    srcs: [
        "*.proto",
    ],
}