blob: 8a5803ca317fd5ef876f0335b8ce5427e936083c [file] [edit]
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file is NOT read by the Chrome build system, but is maintained to ensure
# proguard flag settings in AndroidX builds. Since these interfaces are used for
# cross-project reflection, they should not be removed.
# We need to avoid obfuscating the support library boundary interface because
# this API is shared with the Android Support Library.
# Note that we only 'keep' the package org.chromium.support_lib_boundary itself,
# any sub-packages of that package can still be obfuscated.
-keep public class org.chromium.support_lib_boundary.* { public *; }