commit | fe8a6cfc82b3e926d8a39733cbceec54d72b9e92 | [log] [tgz] |
---|---|---|
author | Ryan Zuklie <rzuklie@google.com> | Mon Nov 21 11:16:33 2022 -0800 |
committer | Ryan Zuklie <rzuklie@google.com> | Mon Nov 21 21:41:20 2022 +0000 |
tree | 8a0e17108c3669f4b8b26ac9f6fac0dae833a584 | |
parent | d9fc88f5c3f823ab06becf4a0462e614f3a074eb [diff] |
Allow Perfetto APK in API 30 (was 31). Reduces the minSdkVersion to 30 so that the connectivity mainline module can use Perfetto. The SDK version was originally set to the current version at the time (31) but has no dependencies that prevent it from being used by earlier SDK versions. Bug: 246985031 Apex-Size-Increase: 250KB when included in connectivity module Previous-Platform-Support: 31 Aosp-First: yes Test-Info: ran Perfetto integration test on Android R device Test: same as above Change-Id: I570a1dd0322661b7d64e375fa656a7475319d432
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
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.