Android Q Preview 6 (QPP6.190730.005)
Check if product app is unbundled from property.

Some of devices launched with old version of android (and maybe not
treblized) can come with no /product/lib. However in current we are
checking if product app is unbundled by checking /product/lib from
search path, this can lead to wrong check of unbundled. To fix this, I
created new property (ro.product.apps.unbundled) to decide if product
app is unbundled.

Bug: 129011845
Test: m -j && tested from crosshatch
Change-Id: I6880119b75e1abb6cbe6f30caed1cac345bd1048
1 file changed
tree: e801f8867a33b6a7519a58414851fbdf5e662f88
  1. srcs/
  2. OWNERS