1*e7b1675dSTing-Kang Chang# Rules File Format: https://github.com/bazelbuild/bazel/blob/master/third_party/jarjar/java/com/tonicsystems/jarjar/help.txt. 2*e7b1675dSTing-Kang Chang# 3*e7b1675dSTing-Kang Chang# Shade protobuf to avoid dependency version conflicts in user projects. 4*e7b1675dSTing-Kang Chang# WARNING: the shaded package name com.google.crypto.tink.shaded.protobuf must 5*e7b1675dSTing-Kang Chang# be kept in sync with src/main/resources/META-INF/proguard/tink.pro. 6*e7b1675dSTing-Kang Changrule com.google.protobuf.** com.google.crypto.tink.shaded.protobuf.@1 7