Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4a2a3aa authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 27c7fb1a: am 90d59d18: Merge "Metadata.cpp and Metadata.java had drifted...

am 27c7fb1a: am 90d59d18: Merge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that." into gingerbread

Merge commit '27c7fb1a'

* commit '27c7fb1a':
  Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that.
parents c182a578 27c7fb1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ namespace {
// All these constants below must be kept in sync with Metadata.java.
enum MetadataId {
    FIRST_SYSTEM_ID = 1,
    LAST_SYSTEM_ID = 31,
    LAST_SYSTEM_ID = 32,
    FIRST_CUSTOM_ID = 8192
};