Merge "RESTRICT AUTOMERGE Android Q is API 29" into qt-dev

am: 36ed555dfc

Change-Id: I90a15d399952ec7a1f943d942ed823ec42b02ff1
This commit is contained in:
Ian Pedowitz 2019-05-02 14:16:36 -07:00 committed by android-build-merger
commit ff463e9eae

View file

@ -71,6 +71,7 @@ func getApiLevelsMap(config Config) map[string]int {
"O": 26,
"O-MR1": 27,
"P": 28,
"Q": 29,
}
for i, codename := range config.PlatformVersionCombinedCodenames() {
apiLevelsMap[codename] = baseApiLevel + i