diff options
author | 2021-11-15 06:40:31 +0000 | |
---|---|---|
committer | 2021-11-15 06:40:31 +0000 | |
commit | 7b5fa4277f30287b2bbafeaf9ef146b79176e15c (patch) | |
tree | 6c74035a77a5df4401f304b7a65bf3cb222e3544 /apex/testing.go | |
parent | cb16a92ee4b546dbc7b554193d5dbd59034c87c9 (diff) | |
parent | 0234737f305252f011a24231ee31f4401d6bd72e (diff) |
Merge "Java APIs used by Mainline modules."
Diffstat (limited to 'apex/testing.go')
-rw-r--r-- | apex/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/testing.go b/apex/testing.go index 69bd73e5d..337c86210 100644 --- a/apex/testing.go +++ b/apex/testing.go @@ -24,6 +24,7 @@ var PrepareForTestWithApexBuildComponents = android.GroupFixturePreparers( android.MockFS{ // Needed by apex. "system/core/rootdir/etc/public.libraries.android.txt": nil, + "build/soong/scripts/gen_java_usedby_apex.sh": nil, "build/soong/scripts/gen_ndk_backedby_apex.sh": nil, // Needed by prebuilt_apex. "build/soong/scripts/unpack-prebuilt-apex.sh": nil, |