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

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

Merge "Add layer info nano proto library"

parents a52a5b6e fcf2c7b1
Loading
Loading
Loading
Loading
+19 −1
Original line number Original line Diff line number Diff line
@@ -34,3 +34,21 @@ cc_library_shared {
    ],
    ],


}
}

java_library_static {
    name: "layersprotosnano",
    host_supported: true,
    proto: {
        type: "nano",
    },
    srcs: ["*.proto"],
    no_framework_libs: true,
    target: {
        android: {
            jarjar_rules: "jarjar-rules.txt",
        },
        host: {
            static_libs: ["libprotobuf-java-nano"],
        },
    },
}
+1 −0
Original line number Original line Diff line number Diff line
rule com.google.protobuf.nano.** com.android.framework.protobuf.nano.@1