summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src
diff options
context:
space:
mode:
author Sebastian Achim <sebastian.1.achim@sony.com> 2022-07-08 13:48:32 +0200
committer Songchun Fan <schfan@google.com> 2022-12-06 17:45:24 -0800
commit73d448687c4eb5c33e2361caee8ff72a1e789457 (patch)
treee4e073c64363078edb2d51652232b4a8b3453dbd /tests/DynamicCodeLoggerIntegrationTests/src
parent8a09c9a244b2c135c0bdcdfbdad36b7b226cb889 (diff)
Set scan flags correctly for preloaded applications
Folowing scenario was observed: 1. Application build and installed without any native library built inside it 2. In the next SW update the same application is built with a native library bundled inside the apk. When upgrading the SW, because SW update was not detected, primaryCpuAbi was not set. This resulted in the system not looking into the path derived from the ABI for native libraries. This happens becase of two reasons: 1. SCAN_FIRST_BOOT_OR_UPGRADE is not set because PackageManagerService does not detect correctly update scenario. 2. SCAN_FIRST_BOOT_OR_UPGRADE is not added to mSystemScanFlags Bug: 239073616 Test: will add ota test Change-Id: I2ba73fcfcc46d7ddf14c2fb4dbf877f3252e7a50 Merged-In: I2ba73fcfcc46d7ddf14c2fb4dbf877f3252e7a50
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src')
0 files changed, 0 insertions, 0 deletions