Files
lineageos_setupwizard/proguard.flags
Michael Bestas ec05005cfe SetupWizard: Make it REUSE compliant
* Ignored all the strings.xml since they are auto-synced

Change-Id: I5d9e7aa5ae7b0079f792450f7e6dbf83216ebac4
2024-02-26 00:25:43 +02:00

17 lines
511 B
Plaintext

# SPDX-FileCopyrightText: 2015 The CyanogenMod Project
# SPDX-FileCopyrightText: 2017-2019 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
-keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
}
# Needed for Parcelable/SafeParcelable Creators to not get stripped
-keepnames class * implements android.os.Parcelable {
public static final ** CREATOR;
}
# Needed when building against the Marshmallow SDK
-dontwarn org.apache.http.**
-dontwarn androidx.**