commit | 8585f409bf35770a72fbf6c373dbb4b11231ea84 | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Thu Jul 11 22:21:02 2024 +0000 |
committer | Kalesh Singh <kaleshsingh@google.com> | Thu Aug 29 13:59:57 2024 -0700 |
tree | 4554bdddb2bae6eaf91a5d7a14b7afab819ff09d | |
parent | 03c977c251317e8b5d6c520e6d8c85ba203533a3 [diff] |
PackageManager: Factor out extractNativeLibFromApk() This will be reused later for running apps in compatiblity mode on 16kB devices -- if extractNativeLibs is false and the libraries are not 16kB-page-aligned in the zipped apk. Bug: 339709616 Test: manually install apps Change-Id: Ifc78525114b99d1076724079e5db78c7e1050d50 Signed-off-by: Kalesh Singh <kaleshsingh@google.com>