commit | 5778d140c42195547f33d1078830250fee0e6e12 | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Wed Jul 10 14:41:04 2024 +0100 |
committer | Victor Chang <vichang@google.com> | Wed Jul 10 14:41:04 2024 +0100 |
tree | 6a601314032d94866daa89f9eb263ec457152517 | |
parent | fb8779796270b39e6605082eaf484625607e15af [diff] |
Export aconfig proguard rules as part of aconfig-annotations-lib-sdk-none The proguard rules has been exported as part of aconfig-annotations-lib. No reason why it shouldn't be exported for the sdk-none variant. Bug: 349108429 Test: m droid Change-Id: Iddc7d484d43096db350b544d1ed160abcdea99b1
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.