diff options
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | 2024-01-18 20:38:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2024-01-18 20:38:13 +0000 |
| commit | 193bb8c317f934f54d5d0231d298cfaaf640b4e6 (patch) | |
| tree | 20606eb2eb961f0042a2d1d97330c3fc599caace /java/java.go | |
| parent | f29b80c51fbbdf0ec590b284f658ad356a9e7230 (diff) | |
| parent | 3a3920129dc42a143da1c28c440a25a74be78589 (diff) | |
Merge "Add better error handling to bootDexJar function" into main
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 72c39ef38..d18d915cc 100644 --- a/java/java.go +++ b/java/java.go @@ -2264,6 +2264,7 @@ func (j *Import) GenerateAndroidBuildActions(ctx android.ModuleContext) { // An error was found, possibly due to multiple apexes in the tree that export this library // Defer the error till a client tries to call DexJarBuildPath j.dexJarFileErr = err + j.initHiddenAPIError(err) return } dexJarFileApexRootRelative := ApexRootRelativePathToJavaLib(j.BaseModuleName()) |
