diff options
| author | 2023-02-16 14:46:19 +0000 | |
|---|---|---|
| committer | 2023-02-16 14:46:19 +0000 | |
| commit | c004bf3b7ed9d23d9e7aef69fe2d63d6478b2db3 (patch) | |
| tree | fe34465e60e619f6a1bc0d5ab21508e08f974009 /sdk/java_sdk_test.go | |
| parent | ec8f7543f64c816458c79c3ecedfd6fc85bf9fe8 (diff) | |
| parent | 81e468171f4822d1f9a6a2aed78589c74a1ee940 (diff) | |
Merge changes I55a5a295,I9c09451d,I05177388
* changes:
Use the profiles in the APEX to dexpreopt system server jars.
Add tests for the ignored "profile_guided: true" property.
Output dex_preopt to SDK snapshot.
Diffstat (limited to 'sdk/java_sdk_test.go')
| -rw-r--r-- | sdk/java_sdk_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index 2ade146b7..3a2ecc00c 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -33,7 +33,8 @@ var prepareForSdkTestWithJava = android.GroupFixturePreparers( // Files needs by most of the tests. android.MockFS{ - "Test.java": nil, + "Test.java": nil, + "art-profile": nil, }.AddToFixture(), ) |