commit | 6a2d312e074aaeeb32f2903151afa77bb9275f5d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 14 12:12:48 2022 -0700 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Apr 22 18:57:07 2022 +0000 |
tree | 32b9e6a1c27ace29d01752b0ba06f9653361f594 | |
parent | 2654ecdd0c620b9c3e0030af1f9ff4423958ea87 [diff] |
Fix testBuildCodenameConstants for UPSIDE_DOWN_CAKE testBuildCodenameConstants was comparing the field name "UPSIDE_DOWN_CAKE" to "UPSIDEDOWNCAKE" in knownCodenames. Use the field name without underscores instead. Bug: 219519679 Test: atest "android.os.cts.BuildTest#testBuildCodenameConstants" Change-Id: Ife18c31603b0b44bd57cd04f90a00fcd5abca115 (cherry picked from commit c2a7e4b0633f0fe84f8ed0bc9fabe105cc4e5776) Merged-In: Ife18c31603b0b44bd57cd04f90a00fcd5abca115