OSDN Git Service

vndk-ext should come before vndk(VNDK APEX)
authorJooyung Han <jooyung@google.com>
Thu, 14 Nov 2019 04:27:19 +0000 (13:27 +0900)
committerJooyung Han <jooyung@google.com>
Thu, 14 Nov 2019 04:27:19 +0000 (13:27 +0900)
commitbfe0654ceae993d5f8235e120669bda6afd606b9
tree97a4c4d398c1c9254fc2d82cda588a9fed7d7a4d
parent72410b54746b75e51891ae148a9671badedb795c
vndk-ext should come before vndk(VNDK APEX)

vndk-ext (/vendor/{LIB}/vndk) should come before vndk
(/apex/com.android.vndk.v{VER}/{LIB}) so that vndk-ext eclipse vndk.

Test: atest --host linkerconfig_contents_fulltest
Test: add vndkext lib to /vendor/{LIB}/vndk and check if it is loaded
correctly.

Change-Id: I554e2d0fdf5429e7e2bb3b3b955d852351d54a9f
Android.bp
contents/namespace/vndk.cc
contents/tests/configuration/vndk_test.cc [new file with mode: 0644]
modules/include/linkerconfig/namespace.h
modules/namespace.cc