aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2018-04-11 15:09:59 -0700
committerWale Ogunwale <ogunwale@google.com>2018-04-12 06:43:59 -0700
commit0148f91348bb2457d5c1455bf7b1b0f54105e0fc (patch)
tree51fb4dc8316a5faa105f9f605d160281d3575e94
parent13a828764c4ac968d8e5245c939b790db27c739d (diff)
downloadbuild_soong-0148f91348bb2457d5c1455bf7b1b0f54105e0fc.tar.gz
build_soong-0148f91348bb2457d5c1455bf7b1b0f54105e0fc.tar.bz2
build_soong-0148f91348bb2457d5c1455bf7b1b0f54105e0fc.zip
Finalizing P SDK
Bug: 77588754 Test: builds Change-Id: I07930ba9ca1f8b60a45109c4cc08ed2f17ea19fa
-rw-r--r--android/api_levels.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/api_levels.go b/android/api_levels.go
index a5191178..b1b954ca 100644
--- a/android/api_levels.go
+++ b/android/api_levels.go
@@ -65,6 +65,8 @@ func (a *apiLevelsSingleton) GenerateBuildActions(ctx SingletonContext) {
"N": 24,
"N-MR1": 25,
"O": 26,
+ "O-MR1": 27,
+ "P": 28,
}
for i, codename := range ctx.Config().PlatformVersionCombinedCodenames() {
apiLevelsMap[codename] = baseApiLevel + i