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

Commit 46295180 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Migrate flicker to proto lite instead of nano"

parents 0254ee2c 5ae265bf
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -44,10 +44,11 @@ cc_library {
}

java_library_static {
    name: "layersprotosnano",
    name: "layersprotoslite",
    host_supported: true,
    proto: {
        type: "nano",
        type: "lite",
        include_dirs: ["external/protobuf/src"],
    },
    srcs: ["*.proto"],
    sdk_version: "core_platform",
@@ -56,7 +57,7 @@ java_library_static {
            jarjar_rules: "jarjar-rules.txt",
        },
        host: {
            static_libs: ["libprotobuf-java-nano"],
            static_libs: ["libprotobuf-java-lite"],
        },
    },
}