Install proprietary userspace modules under /vendor.

BUG: 5284436

Change-Id: I9921b8446626b7041a3fc66bff918d3adac5bbe1
This commit is contained in:
Edwin Wong
2011-10-12 14:36:21 -07:00
committed by Ying Wang
parent f5fa8f2017
commit 1fee8fd75a
7 changed files with 85 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ private:
void WVMDrmPluginTest::Run()
{
cout << "WVDrmPluginTest::Run" << endl;
const char *path = "/system/lib/drm/libdrmwvmplugin.so";
const char *path = "/vendor/lib/drm/libdrmwvmplugin.so";
void *handle = dlopen(path, RTLD_NOW);
if (handle == NULL) {
fprintf(stderr, "Can't open plugin: %s %s\n", path, dlerror());