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

Commit e5b651b2 authored by Thiru Ramasamy's avatar Thiru Ramasamy
Browse files

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

Test: make -j20 launcherprotoslite

Bug:144044275

Change-Id: I85e0f11409d316f71bcd82336b41f551f1253013
parent 1efe5eb8
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",
    ],
}