aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2019-05-02 00:55:30 +0000
committerIan Pedowitz <ijpedowitz@google.com>2019-05-02 00:55:30 +0000
commit9e2bf9ec51ad16e8bc8f3754eadc2cd4a0b40e73 (patch)
treeec1939d68d0f36ddf12a2ee7a1a6acb92925c417 /android
parentca6e92767850864b665d1e4a14af182a241b26a7 (diff)
downloadbuild_soong-9e2bf9ec51ad16e8bc8f3754eadc2cd4a0b40e73.tar.gz
build_soong-9e2bf9ec51ad16e8bc8f3754eadc2cd4a0b40e73.tar.bz2
build_soong-9e2bf9ec51ad16e8bc8f3754eadc2cd4a0b40e73.zip
Revert "RESTRICT AUTOMERGE Android Q is API 29"
This reverts commit ca6e92767850864b665d1e4a14af182a241b26a7. Reason for revert: QT SDK Finalization. Will be merged again on/after May 13th Bug: 129975435 Change-Id: Ice988aea0cab8ba462166c27b0d7f95fc7d46466
Diffstat (limited to 'android')
-rw-r--r--android/api_levels.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/api_levels.go b/android/api_levels.go
index 2f70f620..51d47038 100644
--- a/android/api_levels.go
+++ b/android/api_levels.go
@@ -71,7 +71,6 @@ 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