summaryrefslogtreecommitdiff
path: root/libs/hwui/HardwareBitmapUploader.cpp
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-07-26 10:29:51 -0700
commitd827ef2d65b4c4077d374b36c818546f7104802d (patch)
treedabe2e41426eb549f38591d7688d858585a26baa /libs/hwui/HardwareBitmapUploader.cpp
parent55f92de721f4602713aaa94ed122d30768341f7f (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
Diffstat (limited to 'libs/hwui/HardwareBitmapUploader.cpp')
0 files changed, 0 insertions, 0 deletions