commit | 030ee4f58a40a1c865d4f4f20abc8e65984494b0 | [log] [tgz] |
---|---|---|
author | Pedro Loureiro <pedroql@google.com> | Thu Aug 17 16:01:20 2023 +0000 |
committer | Pedro Loureiro <pedroql@google.com> | Tue Oct 03 14:27:53 2023 +0000 |
tree | b2dc7fbf0ab7502fdf3870602f315a756775584f | |
parent | a5cb615755ad500ca225df08adb6f5dc123fe9c2 [diff] |
Fix UnboundedSdkLevel on Q Set.of was introduced in API 30 and this code has min sdk version 29. Decided to still use Set.of in 30+ as it (probably) has some optimizations. Test: presubmit Bug: 295776695 Change-Id: I744b1f582fd391f0d81b94ea5eee9b1822bac1f4
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.