diff options
| author | 2024-05-17 20:09:23 +0000 | |
|---|---|---|
| committer | 2024-05-17 13:37:37 -0700 | |
| commit | b7646e4d4ff20002c658ab667b4c1892bc3f0f1d (patch) | |
| tree | c6d2ccdcd97f0917fdb66bae49667f6fc8736ad1 /java/java.go | |
| parent | d5e435d749b0bccea4e77a2ec7ef505203aae0e2 (diff) | |
Revert "Install jni symlinks in Soong"
Revert submission 3088867
Reason for revert: On cf_auto build, we are seeing a symlink of jni lib pointing to lib64/libcarservicejni.so, which does not exist on the device.
Reverted changes: /q/submissionid:3088867
Bug: b/341335305
Change-Id: Ie4ff26fe47e1a0ab5e97b185c61cb94473cc5fb8
Diffstat (limited to 'java/java.go')
| -rw-r--r-- | java/java.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/java.go b/java/java.go index 249480428..0df96a3a5 100644 --- a/java/java.go +++ b/java/java.go @@ -491,7 +491,6 @@ type jniLib struct { coverageFile android.OptionalPath unstrippedFile android.Path partition string - installPaths android.InstallPaths } func sdkDeps(ctx android.BottomUpMutatorContext, sdkContext android.SdkContext, d dexer) { |