diff options
| -rw-r--r-- | services/core/java/com/android/server/pm/SELinuxMMAC.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/core/java/com/android/server/pm/SELinuxMMAC.java b/services/core/java/com/android/server/pm/SELinuxMMAC.java index 4814a74f4f15..7e7de21eb982 100644 --- a/services/core/java/com/android/server/pm/SELinuxMMAC.java +++ b/services/core/java/com/android/server/pm/SELinuxMMAC.java @@ -75,9 +75,6 @@ public final class SELinuxMMAC { // Append targetSdkVersion=n to existing seinfo label where n is the app's targetSdkVersion private static final String TARGETSDKVERSION_STR = ":targetSdkVersion="; - // Append targetSdkVersion=n to existing seinfo label where n is the app's targetSdkVersion - private static final String TARGETSDKVERSION_STR = ":targetSdkVersion="; - /** * Load the mac_permissions.xml file containing all seinfo assignments used to * label apps. The loaded mac_permissions.xml file is determined by the |