Print files with no known owner

Change-Id: I2a21fa6373829ffad8404763ab6de5a969960160
diff --git a/self-extractors/files-by-owner.sh b/self-extractors/files-by-owner.sh
index 920ce4b..1c3266d 100755
--- a/self-extractors/files-by-owner.sh
+++ b/self-extractors/files-by-owner.sh
@@ -69,6 +69,11 @@
 auto_owner=qcom
 fi
 
+if test "$auto_owner" = "" -a $file != system/etc/firmware/wcd9310/wcd9310_anc.bin -a $file != system/etc/firmware/wcd9310/wcd9310_mbhc.bin
+then
+echo $file has no known owner
+fi
+
 if test "$auto_owner" = "$target_owner"
 then
 if test $file != system/lib/libacdbloader.so