Add sanitizer-status to PRODUCT_PACKAGES_DEBUG

This ensures all -userdebug builds have the sanitizer-status binary,
which is used to check which build flags were used for a given image.

It is important to distinguish between what the build fingerprint
claims, and what is actually available on the phone.

Change-Id: Iac1eabb8c5ed885a057f7a302b1887b7e9c4ccbc
Merged-In: Iac1eabb8c5ed885a057f7a302b1887b7e9c4ccbc
(cherry-picked from 3a26f80cd4461218f1417779809a6bf3211be002)
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 1ac6332..c8e3acc 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -319,6 +319,7 @@
     showmap \
     sqlite3 \
     strace \
+    sanitizer-status \
     unwind_info \
     unwind_reg_info \
     unwind_symbols \