Skip version 199.
It is used internally, so to ensure we don't conflict, bump the version
again.
Test: test.py
Change-Id: I9503573d4eeebfe4b45f6e167d8d7dd2c96d5fcb
diff --git a/runtime/oat.h b/runtime/oat.h
index 6f59085..279ebe0 100644
--- a/runtime/oat.h
+++ b/runtime/oat.h
@@ -32,8 +32,8 @@
class PACKED(4) OatHeader {
public:
static constexpr std::array<uint8_t, 4> kOatMagic { { 'o', 'a', 't', '\n' } };
- // Last oat version changed reason: Disable partial LSE b/197818595.
- static constexpr std::array<uint8_t, 4> kOatVersion { { '1', '9', '8', '\0' } };
+ // Last oat version changed reason: Skip internal version 199.
+ static constexpr std::array<uint8_t, 4> kOatVersion { { '2', '0', '0', '\0' } };
static constexpr const char* kDex2OatCmdLineKey = "dex2oat-cmdline";
static constexpr const char* kDebuggableKey = "debuggable";