OSDN Git Service

Do not isolate sphal and vndk from unrestricted
authorKiyoung Kim <kiyoungkim@google.com>
Wed, 27 May 2020 03:49:46 +0000 (12:49 +0900)
committerKiyoung Kim <kiyoungkim@google.com>
Wed, 27 May 2020 04:45:09 +0000 (13:45 +0900)
commit2e13598eb90b7953c61205dc2e6b665ce15c661a
tree93fdd80d09c78eaf269298fbc1f43e7385582108
parentf6142e59339cbecdc3a2da9f969b953f4e85e3d8
Do not isolate sphal and vndk from unrestricted

After introducing sphal and vndk namespaces, some tests fails due to
existance of sphal namespace in unrestricted section. This change
updates sphal and vndk not to be isolated from unrestricted namespaces
so test can dlopen libraries from custom path (such as /data/local) as required.
In addition, include rs namespace in unrestricted section so
Renderscript test can use rs libraries from unrestricted section.

Bug: 156449540
Test: RenderscriptHidlTest passed with aosp_crosshatch-userdebug
Change-Id: Ib1526e225971312f126d75f26d7aa5c523011922
contents/namespace/rs.cc
contents/namespace/sphal.cc
contents/namespace/vndk.cc
contents/section/unrestricted.cc