state: Bump to version 2

- Added minimized Soong module-info
This commit is contained in:
Danny Lin 2021-12-13 20:10:55 -08:00
parent a32d06a43d
commit b404ecec72

View file

@ -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> }