Add ART_COMPILATION_REASON_PREBUILT, ART_COMPILATION_REASON_CMDLINE

Test: manual
Bug: 188104237
Change-Id: I3dc11e0314c7838627034c5cc35d800fe2d09cdb
diff --git a/stats/atoms.proto b/stats/atoms.proto
index efb3837..7522dc3 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -12420,6 +12420,8 @@
     ART_COMPILATION_REASON_INSTALL_BULK_DOWNGRADED = 15;
     ART_COMPILATION_REASON_INSTALL_BULK_SECONDARY_DOWNGRADED = 16;
     ART_COMPILATION_REASON_BOOT_AFTER_OTA = 17;
+    ART_COMPILATION_REASON_PREBUILT = 18;
+    ART_COMPILATION_REASON_CMDLINE = 19;
 }
 
 // Indicates which kind of measurement ART is reporting.