OSDN Git Service

Mark product apks as unbundled
authorKiyoung Kim <kiyoungkim@google.com>
Mon, 11 Mar 2019 02:48:14 +0000 (11:48 +0900)
committerKiyoung Kim <kiyoungkim@google.com>
Thu, 14 Mar 2019 02:17:56 +0000 (11:17 +0900)
commitdd6861e6ffea7d3237931f01a635491a44995f97
treece2b2691dfe244a6308a83f83bee00c0d3f7142d
parent4837dbe53612a1a6edbed058bfc214aa0da62613
Mark product apks as unbundled

Similar to Vendor apks, we need to mark product apks as unbundled if it
does not have /product/lib in default search paths. This will enable
native loader's logic to add (/system)/product/lib in search path for
product apk.

Bug: 124705551
Test: m -j & Tested from crosshatch
Change-Id: Ib0ac4bbc1c60ca75288cac81f6b93bb8b36521ef
core/java/android/app/LoadedApk.java