diff options
| author | 2020-01-14 12:59:17 +0000 | |
|---|---|---|
| committer | 2020-01-14 12:59:17 +0000 | |
| commit | ee76fba90541fc724b4260186eeb01a23b065789 (patch) | |
| tree | a6c3f3fd2ec75b552f532df0937ef09a3edf2794 /java | |
| parent | a7503367cf6bf2666458da4212fe69185c3098c9 (diff) | |
| parent | 3d2b6b452a18401d5e64fc7b0830ff3573a38fad (diff) | |
Merge "Make android_test_helper_app support apex_available"
Diffstat (limited to 'java')
| -rwxr-xr-x | java/app.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/app.go b/java/app.go index 05fa50598..a6b34081a 100755 --- a/java/app.go +++ b/java/app.go @@ -752,6 +752,7 @@ func AndroidTestHelperAppFactory() android.Module { android.InitAndroidMultiTargetsArchModule(module, android.DeviceSupported, android.MultilibCommon) android.InitDefaultableModule(module) + android.InitApexModule(module) return module } |