commit | 9fa47fb52eb40c8fd8f529fc836ff9153b5261fe | [log] [tgz] |
---|---|---|
author | Sarup Dalwani <sarup@google.com> | Fri May 20 16:09:46 2022 +0000 |
committer | Sarup Dalwani <sarup@google.com> | Fri May 20 19:57:46 2022 +0000 |
tree | a54f8f9250f22757407ca3c1eaa84d933f6bcbb3 | |
parent | 2f955572c2ea7eeeaa6aa80dcd0d3642d3543145 [diff] |
Updating DeviceSdkLevel.isDeviceAtLeastT to use API Level 33 Few CTS test cases are not executed as the api level for T is now finalised but not updated in DeviceSdkLevel which was still searching for 'T' in ro.build.version.codename. Based on this change ro.build.version.sdk property would be checked to be atleast 33. Bug: 233363052 Test: atest --rebuild-module-info CtsAppCloningHostTest Change-Id: I011b9fc834b16ad20fc2b0871c00d7774c737006
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
This project uses a single source path for Java code. All Java code should go in the java
directory with subdirectories corresponding to the java package. Android.bp
files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests
directory and follow the same structure.