state: Bump to version 2
- Added minimized Soong module-info
This commit is contained in:
parent
a32d06a43d
commit
b404ecec72
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { withSpinner } from "../util/cli"
|
|||
import { readFile } from "../util/fs"
|
||||
import { ALL_SYS_PARTITIONS } from "../util/partitions"
|
||||
|
||||
const STATE_VERSION = 1
|
||||
const STATE_VERSION = 2
|
||||
|
||||
export interface SystemState {
|
||||
partitionFiles: { [part: string]: Array<string> }
|
||||
|
|
Loading…
Reference in a new issue