OSDN Git Service

Allow SPHAL namespace to access system in case of legacy
authorKiyoung Kim <kiyoungkim@google.com>
Wed, 1 Apr 2020 08:03:30 +0000 (17:03 +0900)
committerKiyoung Kim <kiyoungkim@google.com>
Thu, 2 Apr 2020 08:24:41 +0000 (17:24 +0900)
commit91a9e2544e9f75c7603f403898285ee1438f4121
tree7d0a63623d255fa6785e35af9825e483810d82ce
parentb38d2f5ff392ed33e540ebb879c976614b7c8a2f
Allow SPHAL namespace to access system in case of legacy

In current there is limited link from sphal to platform in case of
legacy device due to absence of VNDK related library list. Anyway, SPHAL
namespace requires access to libraries under /system/lib which is
VNDK-SP in treblelized device. This change adds extra access to system
libs from SPHAL namespace in case of legacy device.

Bug: 152932503
Test: m -j passed
Change-Id: I93fc82a36cf3c2ee33c9bd1f2bb8371bb2d6d700
Merged-In: I93fc82a36cf3c2ee33c9bd1f2bb8371bb2d6d700
contents/namespace/sphal.cc