Don't use the debug RNG in the TPM sim am: 39b8cf373a am: 7066fa24bd am: 0cf2bc2e0c am: 436e3c3e9f am: c819172bbb

Original change: https://android-review.googlesource.com/c/platform/external/ms-tpm-20-ref/+/1813623

Change-Id: Ic6a41f759f3f576a510aaf7f848c6684b3486127
diff --git a/Android.bp b/Android.bp
index 6f516b4..355aaaf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -66,6 +66,7 @@
     cflags: [
         "-DMAX_SYM_DATA=256",
         "-DDEBUG=YES",
+        "-DUSE_DEBUG_RNG=NO",
         "-DALG_CAMELLIA=ALG_NO",
         "-Wno-logical-op-parentheses",
         "-Wno-empty-body",