commit | 750fb7a122071dd7fc61f0027f78efcc69ab35e6 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Thu Aug 31 18:10:40 2023 +0000 |
committer | Zhi Dou <zhidou@google.com> | Fri Sep 01 02:08:11 2023 +0000 |
tree | 2b3cad0e1ebf9cb0c9c11877279db1c50cdd2bb8 | |
parent | 046fe5f20fef04e81d61753d1096f69df7650ab8 [diff] |
DO NOT MERGE: Make proguard rule propagate with aconfig-annotations-lib Bug: 295328116 Test: build aconfig java lib and check whether the proguard rules included Change-Id: I69bcde5c1d20d36cfaad452d4f26a662e5ee50aa
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.