summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2023-02-09 00:09:24 +0800
committer Jiakai Zhang <jiakaiz@google.com> 2023-02-15 22:47:23 +0000
commit9c4dc19f4e3b72b13d557cdfbab32dbc63f456d7 (patch)
tree1de9cac312b15abbafac9fea9c65f2b9df9a7904 /sdk/java_sdk_test.go
parent8916b21320969a6de6b5724f0be1ff4346ea1406 (diff)
Output dex_preopt to SDK snapshot.
This is needed to determine whether we need to deapex the profile or not. Bug: 241823638 Test: m nothing Test: - 1. Patch ag/20582608 PS2. 2. TARGET_BUILD_APPS=com.android.wifi packages/modules/common/build/mainline_modules_sdks.sh 3. See the `dex_preopt` property being written. Change-Id: I05177388c24be1ab315247ea85e7e3a8600cebd3
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r--sdk/java_sdk_test.go3
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(),
)