commit | fdfbee8c38f47db1139770356f2b00fb5b15ad5b | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi (xWF) <renikindi@google.com> | Wed Jul 24 22:05:05 2024 +0000 |
committer | Anvesh Renikindi (xWF) <renikindi@google.com> | Wed Jul 31 15:30:30 2024 +0000 |
tree | 77fb6be2cbeead7616cd30b3f9179a4e878f3c73 | |
parent | c85e83c7c0665f0771fa0d35d84f4f645c2b03c5 [diff] |
Added auto_service_annotations(minSdkVersion:current) Change-Id: Ifea1e456361d64b7ea6b25c3d9d8ef6b87f7eeb3 Merged-In: Ifea1e456361d64b7ea6b25c3d9d8ef6b87f7eeb3 Test: Prebuilts Aosp-First: No Apex-Size-Increase: Previous-Platform-Support: yes Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution Flag: NONE <Adding minsdkVersion>
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.