Clarify what determines precedence rules in seapp_contexts

Test: It's a comment -- no impact on build
Change-Id: Ibd7ff0dcd9d4c3d526ca20ab35dd4bac70d14f0a
diff --git a/private/seapp_contexts b/private/seapp_contexts
index 6349a97..85980e9 100644
--- a/private/seapp_contexts
+++ b/private/seapp_contexts
@@ -22,7 +22,7 @@
 # All specified input selectors in an entry must match (i.e. logical AND).
 # Matching is case-insensitive.
 #
-# Precedence rules:
+# Precedence rules (see external/selinux/libselinux/src/android/android.c seapp_context_cmp()):
 # 	  (1) isSystemServer=true before isSystemServer=false.
 # 	  (2) Specified isEphemeralApp= before unspecified isEphemeralApp= boolean.
 # 	  (3) Specified isOwner= before unspecified isOwner= boolean.