| commit | ca834f0790b6f71bc712728d4b37e3702e38190b | [log] [tgz] |
|---|---|---|
| author | Andrei Onea <andreionea@google.com> | Tue May 24 17:31:23 2022 +0000 |
| committer | Andrei-Valentin Onea <andreionea@google.com> | Fri May 27 15:13:07 2022 +0000 |
| tree | 940c7c6dd6a3188e074430a1b71cef8747ea1e80 | |
| parent | c79b735d2d4e1a583a40e7a28281462ae4c58dfa [diff] |
Fix ModulesUtilsTestingTests for 32 bit targets Bundle both 32 and 64bit variants for libdexmakerjvmtiagent and libstaticjvmtiagent when using it in CTS/MTS. Test: atest ModulesUtilsTestingTests Bug: 233566951 Ignore-AOSP-First: Needed to unblock train release. Will CP to AOSP after. Change-Id: I36fb202facf27b4dcb220b541a79e3673d90df54
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.