Merge from ics-mr1
Change-Id: I209499775ddf68b380d0ec801d558e1dc86ab953
This commit is contained in:
@@ -99,11 +99,12 @@ void DrmManager::removeUniqueId(int uniqueId) {
|
||||
|
||||
status_t DrmManager::loadPlugIns() {
|
||||
|
||||
String8 pluginDirPath("/system/lib/drm");
|
||||
loadPlugIns(pluginDirPath);
|
||||
|
||||
String8 vendorPluginDirPath("/vendor/lib/drm");
|
||||
loadPlugIns(vendorPluginDirPath);
|
||||
|
||||
String8 pluginDirPath("/system/lib/drm");
|
||||
loadPlugIns(pluginDirPath);
|
||||
return DRM_NO_ERROR;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user