diff options
| author | 2022-04-28 12:50:47 +0100 | |
|---|---|---|
| committer | 2022-05-24 16:19:13 +0100 | |
| commit | 24abbe85d1f2aae1d7fc9b42c35f9bb28c0a1bb2 (patch) | |
| tree | ded3bee6a6445e13fb5cf9e8ea8411b7e336f842 /java/kotlin.go | |
| parent | f5d91bb3b4cb907a4fbcd1ea6cf36b9d1a3094ed (diff) | |
manifest_check.py: add uses-libraries propagaged via dexpreopt.config.
Some of the uses-libraries in the manifest are propagated from
dependencies (which are not necessarily uses-libraries themselves).
In makefiles this has to be done via dexpreopt.config files to ensure
topological order. This patch makes manifest_check.py add such
propagated entries before doing the check (as it might otherwise fail).
Also, the patch adds deduplication of added library entries.
Bug: 214255490
Test: lunch aosp_cf_x86_64_phone-userdebug && m && launch_cvd \
&& adb wait-for-device && adb root \
&& adb logcat | grep -E 'ClassLoaderContext [a-z ]+ mismatch'
# a few unrelated errors caused by missing optional uses-libraries
# android.net.ipsec.ike
# androidx.window.extensions
# androidx.window.sidecar
# that were present before this patch
Change-Id: Ic8528dffd47fa5818b38b912cd6b606855480e33
Diffstat (limited to 'java/kotlin.go')
0 files changed, 0 insertions, 0 deletions