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

Commit 5e1ecf6d authored by thiruram's avatar thiruram Committed by Thiru Ramasamy
Browse files

Adds proto-lite libraries to Launcher3 make files.

Change-Id: Icb2f8fcdb4d5344de835f4702fc01ec80d4a3b84
parent fed12930
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -30,3 +30,19 @@ android_library {
    manifest: "tests/tapl/AndroidManifest.xml",
    platform_apis: true,
}

java_library_static {
    name: "launcher-log-protos-lite",
    srcs: [
        "protos/*.proto",
        "proto_overrides/*.proto",
    ],
    sdk_version: "current",
    proto: {
        type: "lite",
        local_include_dirs:[
            "protos",
            "proto_overrides",
        ],
    },
}
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    androidx.test.runner \
    androidx.test.rules \
    androidx.test.uiautomator_uiautomator \
    mockito-target-minus-junit4
    mockito-target-minus-junit4 \
    launcher-log-protos-lite

ifneq (,$(wildcard frameworks/base))
    LOCAL_PRIVATE_PLATFORM_APIS := true